mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-29 21:58:36 +02:00
adding custom caddy builds
This commit is contained in:
parent
a7d20c978c
commit
c29c71560f
1 changed files with 34 additions and 0 deletions
|
@ -32,6 +32,38 @@
|
|||
(home-page "https://github.com/caddyserver/caddy")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public caddy-dirty-with-replace
|
||||
(package
|
||||
(name "caddy-dirty-with-replace")
|
||||
(version "2.8.4")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://forgejo.glicid.fr/api/packages/GLiCID/generic/caddy-for-guix/v" version "/caddy-" version "-replaceresponse.tar.gz"))
|
||||
(sha256 (base32 "16rbxld5pg7w1a7j22rfkaihs3867ign4qbml5a6psnn4v8blcxh"))))
|
||||
(build-system copy-build-system)
|
||||
(arguments
|
||||
`(#:install-plan `(("caddy" "/sbin/"))))
|
||||
(synopsis "Caddy is an extensible server platform that uses TLS by default. Dirty Version.")
|
||||
(description "Caddy is an extensible server platform that uses TLS by default. Dirty Version")
|
||||
(home-page "https://github.com/caddyserver/caddy")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public caddy-dirty-with-extensions
|
||||
(package
|
||||
(name "caddy-dirty-with-extensions")
|
||||
(version "2.8.4")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://forgejo.glicid.fr/api/packages/GLiCID/generic/caddy-for-guix/v" version "/caddy-" version "-full.tar.gz"))
|
||||
(sha256 (base32 "0y4rsg94ngp85ma02axfdwfj72h1bwac3hf4kykym2dzyydgcvf7"))))
|
||||
(build-system copy-build-system)
|
||||
(arguments
|
||||
`(#:install-plan `(("caddy" "/sbin/"))))
|
||||
(synopsis "Caddy is an extensible server platform that uses TLS by default. Dirty Version.")
|
||||
(description "Caddy is an extensible server platform that uses TLS by default. Dirty Version")
|
||||
(home-page "https://github.com/caddyserver/caddy")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-github-com-akavel-rsrc
|
||||
(package
|
||||
(name "go-github-com-akavel-rsrc")
|
||||
|
@ -106,3 +138,5 @@ Information and an optional icon.")
|
|||
"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)))
|
||||
|
||||
caddy-dirty-with-extensions
|
||||
|
|
Loading…
Add table
Reference in a new issue