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

@@ -0,0 +1,11 @@
(package
(name "graphviz")
(version "14.1.2")
(homepage "https://www.graphviz.org/")
(dependencies make)
(src (tar
(url "https://gitlab.com/api/v4/projects/4207231/packages/generic/graphviz-releases/14.1.2/graphviz-14.1.2.tar.gz")
(dir "graphviz-14.1.2")
(blake3 "38544ae9666532110752889a723c869576723114da9c56e6add264558ed007fe")))
(build
(configure_make)))