fancy colors and emojis, nodejs, gnupg

This commit is contained in:
2026-02-22 12:09:04 +01:00
parent 2113e5155b
commit 3f2768ebf7
17 changed files with 190 additions and 35 deletions

11
packages/libnpth.shrap Normal file
View File

@@ -0,0 +1,11 @@
(package
(name "libnpth")
(version "1.8")
(homepage "https://www.gnupg.org/software/npth/index.html")
(dependencies bzip2)
(src (tar
(url "https://www.gnupg.org/ftp/gcrypt/npth/npth-1.8.tar.bz2")
(dir "npth-1.8")
(blake3 "cac4aa343cb1d426a913b29cb1692b6145dd530c9e1896696cd6e85872b3df03")))
(build
(configure_make)))