more packages

This commit is contained in:
2026-02-19 13:03:02 +01:00
parent 9fde568bee
commit 1a775ed217
27 changed files with 133 additions and 5 deletions

11
packages/which.shrap Normal file
View File

@@ -0,0 +1,11 @@
(package
(name "which")
(version "2.23")
(homepage "https://carlowood.github.io/which/")
(dependencies make)
(src (tar
(url "https://carlowood.github.io/which/which-2.23.tar.gz")
(dir "which-2.23")
(blake3 "4c9fabc1ddc04ad376d577eedc764f90afdac61fb359420b959eb2de82bf7c2c")))
(build
(configure_make)))