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

@@ -0,0 +1,11 @@
(package
(name "libbrotli")
(version "1.2.0")
(homepage "https://github.com/google/brotli")
(dependencies cmake)
(src (tar
(url "https://github.com/google/brotli/archive/refs/tags/v1.2.0.tar.gz")
(dir "brotli-1.2.0")
(blake3 "88a91819bc0e0b5bd27bd8c7d8ffddf132768851069f2cd5e905eac87e2860de")))
(build
(cmake)))