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

12
packages/zsh.shrap Normal file
View File

@@ -0,0 +1,12 @@
(package
(name "zsh")
(version "5.9")
(homepage "https://www.zsh.org/")
(dependencies xz libncurses)
(src (tar
(url "https://www.zsh.org/pub/zsh-5.9.tar.xz")
(dir "zsh-5.9")
(blake3 "b440cfbea634b5a684903656db8d8f8ff70a5657a4b479b9c256e9583adfeacc")))
(build
(configure_make
(configure_flags "CFLAGS=-DHAVE_BOOLCODES=1"))))