even more packages

This commit is contained in:
2026-02-19 18:34:17 +01:00
parent e9b5a0084c
commit 38c3ec542b
21 changed files with 205 additions and 14 deletions

12
packages/procps.shrap Normal file
View File

@@ -0,0 +1,12 @@
(package
(name "procps")
(version "4.0.6")
(homepage "https://gitlab.com/procps-ng/procps")
(dependencies xz pkg-config libncurses)
(src (tar
(url "https://sourceforge.net/projects/procps-ng/files/Production/procps-ng-4.0.6.tar.xz")
(dir "procps-ng-4.0.6")
(blake3 "dbc079e37d8cf530b188a7946d3ad1f4f438a581350741773cd51a480fe8079b")))
(build
(configure_make
(configure_flags "NCURSES_CFLAGS=-I/usr/include NCURSES_LIBS=-lncurses"))))