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/htop.shrap Normal file
View File

@@ -0,0 +1,12 @@
(package
(name "htop")
(version "3.4.1")
(homepage "https://htop.dev/")
(dependencies xz libncurses)
(src (tar
(url "https://github.com/htop-dev/htop/releases/download/3.4.1/htop-3.4.1.tar.xz")
(dir "htop-3.4.1")
(blake3 "e2a02540bd75d1055d77957524a3a3ed89ae61ca10de501becb4f1c87d4fb4fa")))
(build
(configure_make
(configure_flags "--disable-unicode"))))