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

@@ -0,0 +1,11 @@
(package
(name "libgcrypt")
(version "1.12.1")
(homepage "https://www.gnupg.org/software/libgcrypt/index.html")
(dependencies libgpg-error)
(src (tar
(url "https://www.gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-1.12.1.tar.bz2")
(dir "libgcrypt-1.12.1")
(blake3 "347bad07fd9b084e20cbfcafc3fe4f959610d8a7109632d6f15cdef373f744d6")))
(build
(configure_make)))