adding custom caddy builds

This commit is contained in:
Jean-François GUILLAUME 2024-10-21 12:33:46 +00:00
commit 61f561169d

View file

@ -32,6 +32,38 @@
(home-page "https://github.com/caddyserver/caddy") (home-page "https://github.com/caddyserver/caddy")
(license license:expat))) (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 (define-public go-github-com-akavel-rsrc
(package (package
(name "go-github-com-akavel-rsrc") (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 "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}.") builds of the @@url{https://github.com/caddyserver/caddy,Caddy Web Server}.")
(license license:asl2.0))) (license license:asl2.0)))
caddy-dirty-with-extensions