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

@@ -0,0 +1,11 @@
(package
(name "gnupg")
(version "2.5.17")
(homepage "https://www.gnupg.org/")
(dependencies libgnutls libksba libnpth libassuan libgcrypt)
(src (tar
(url "https://www.gnupg.org/ftp/gcrypt/gnupg/gnupg-2.5.17.tar.bz2")
(dir "gnupg-2.5.17")
(blake3 "174654d88ff05d2a6b3880ec81a684d23657da8d9518210862e659a9e7a6ee6c")))
(build
(configure_make)))