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

12
packages/nodejs.shrap Normal file
View File

@@ -0,0 +1,12 @@
(package
(name "nodejs")
(version "24.13.1")
(homepage "https://nodejs.org/")
(dependencies python libicu pkg-config libuv libnghttp2 zstd libbrotli libcares)
(src (tar
(url "https://nodejs.org/dist/v24.13.1/node-v24.13.1.tar.gz")
(dir "node-v24.13.1")
(blake3 "ae264a6e61bde11d84e1ead672ce2d278e5e8f3cc55e7c7867525dfd646f3182")))
(build
(configure_make
(configure_flags "--shared-brotli --shared-cares --shared-libuv --shared-openssl --shared-nghttp2 --shared-zlib --shared-zstd --with-intl=system-icu"))))