zip, unzip, caddy, nmap, parted

This commit is contained in:
2026-02-22 19:49:43 +01:00
parent 21e48585b5
commit e5e2980938
13 changed files with 123 additions and 7 deletions

14
packages/caddy.shrap Normal file
View File

@@ -0,0 +1,14 @@
(package
(name "caddy")
(version "2.10.2")
(homepage "https://caddyserver.com/")
(dependencies go)
(src (tar
(url "https://github.com/caddyserver/caddy/archive/refs/tags/v2.10.2.tar.gz")
(dir "caddy-2.10.2")
(blake3 "061a1f2c7778e69f0ee38168844b5ed0d7d5649e93571fa031b9784769eaa2ee")))
(build
(shell "GOPATH=/tmp go install github.com/caddyserver/xcaddy/cmd/xcaddy@latest")
(shell "cp -v /tmp/bin/xcaddy /usr/bin/")
(shell "xcaddy build")
(shell "cp -v ./caddy /usr/bin/")))