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

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