generate cool dependency graph

This commit is contained in:
2026-02-15 18:43:14 +01:00
parent 9dc1068034
commit 87a7eef39b
26 changed files with 321 additions and 22 deletions

10
packages/gperf.shrap Normal file
View File

@@ -0,0 +1,10 @@
(package
(name "gperf")
(version "3.3")
(homepage "https://www.gnu.org/software/gperf/")
(src (tar
(url "https://ftp.gnu.org/pub/gnu/gperf/gperf-3.3.tar.gz")
(dir "gperf-3.3")
(blake3 "6ad90515e3b8ac191a8ecef4e75fbb260236f8e78078ac099d5eccc175af0782")))
(build
(configure_make)))