mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-05-03 15:43:06 +02:00
reformatting and cleaning repo
This commit is contained in:
parent
263fc568f0
commit
dd9a55f327
42 changed files with 10407 additions and 11840 deletions
|
@ -12,7 +12,6 @@
|
|||
#:use-module (gnu packages golang-check)
|
||||
#:use-module (gnu packages golang-web)
|
||||
#:use-module (gnu packages golang-xyz)
|
||||
|
||||
)
|
||||
|
||||
(define %caddy-version "2.9.1")
|
||||
|
@ -70,76 +69,71 @@
|
|||
(license license:expat)))
|
||||
|
||||
(define-public go-github-com-akavel-rsrc
|
||||
(package
|
||||
(name "go-github-com-akavel-rsrc")
|
||||
(version "0.10.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/akavel/rsrc")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1frdxqdnk923p4245lk0wwqrxsdy8aj2qxl3m0zfgnh02vfz3hs2"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:import-path "github.com/akavel/rsrc"))
|
||||
(home-page "https://github.com/akavel/rsrc")
|
||||
(synopsis #f)
|
||||
(description #f)
|
||||
(license license:expat)))
|
||||
(package
|
||||
(name "go-github-com-akavel-rsrc")
|
||||
(version "0.10.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/akavel/rsrc")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256 (base32 "1frdxqdnk923p4245lk0wwqrxsdy8aj2qxl3m0zfgnh02vfz3hs2"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:import-path "github.com/akavel/rsrc"))
|
||||
(home-page "https://github.com/akavel/rsrc")
|
||||
(synopsis #f)
|
||||
(description #f)
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-github-com-josephspurrier-goversioninfo
|
||||
(package
|
||||
(name "go-github-com-josephspurrier-goversioninfo")
|
||||
(version "1.4.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/josephspurrier/goversioninfo")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "02nqhkvsxi69ny64j81x1k142fir2ps68fypi3z2hr4wd3x4i1l9"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:import-path "github.com/josephspurrier/goversioninfo"))
|
||||
(propagated-inputs (list go-github-com-stretchr-testify
|
||||
go-github-com-akavel-rsrc))
|
||||
(home-page "https://github.com/josephspurrier/goversioninfo")
|
||||
(synopsis "GoVersionInfo")
|
||||
(description
|
||||
"Package goversioninfo creates a syso file which contains Microsoft Version
|
||||
Information and an optional icon.")
|
||||
(license license:expat)))
|
||||
(package
|
||||
(name "go-github-com-josephspurrier-goversioninfo")
|
||||
(version "1.4.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/josephspurrier/goversioninfo")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256 (base32 "02nqhkvsxi69ny64j81x1k142fir2ps68fypi3z2hr4wd3x4i1l9"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:import-path "github.com/josephspurrier/goversioninfo"))
|
||||
(propagated-inputs (list go-github-com-stretchr-testify
|
||||
go-github-com-akavel-rsrc))
|
||||
(home-page "https://github.com/josephspurrier/goversioninfo")
|
||||
(synopsis "GoVersionInfo")
|
||||
(description "Package goversioninfo creates a syso file which contains Microsoft Version
|
||||
Information and an optional icon.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-github-com-caddyserver-xcaddy
|
||||
(package
|
||||
(name "go-github-com-caddyserver-xcaddy")
|
||||
(version "0.4.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/caddyserver/xcaddy")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1452m1wksxmhy00rdkpnh55y8bxyxxcldapvp0fzpsyv82kfmsz1"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:import-path "github.com/caddyserver/xcaddy"))
|
||||
(propagated-inputs (list go-github-com-josephspurrier-goversioninfo
|
||||
go-github-com-google-shlex
|
||||
go-github-com-masterminds-semver-v3))
|
||||
(home-page "https://github.com/caddyserver/xcaddy")
|
||||
(synopsis "- Custom Caddy Builder")
|
||||
(description
|
||||
"This command line tool and associated Go package makes it easy to make custom
|
||||
builds of the @@url{https://github.com/caddyserver/caddy,Caddy Web Server}.")
|
||||
(license license:asl2.0)))
|
||||
(package
|
||||
(name "go-github-com-caddyserver-xcaddy")
|
||||
(version "0.4.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/caddyserver/xcaddy")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256 (base32 "1452m1wksxmhy00rdkpnh55y8bxyxxcldapvp0fzpsyv82kfmsz1"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:import-path "github.com/caddyserver/xcaddy"))
|
||||
(propagated-inputs (list go-github-com-josephspurrier-goversioninfo
|
||||
go-github-com-google-shlex
|
||||
go-github-com-masterminds-semver-v3))
|
||||
(home-page "https://github.com/caddyserver/xcaddy")
|
||||
(synopsis "- Custom Caddy Builder")
|
||||
(description "This command line tool and associated Go package makes it easy to make custom
|
||||
builds of the @@url{https://github.com/caddyserver/caddy,Caddy Web Server}.")
|
||||
(license license:asl2.0)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue