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

11
packages/elfutils.shrap Normal file
View File

@@ -0,0 +1,11 @@
(package
(name "elfutils")
(version "0.194")
(homepage "https://sourceware.org/elfutils/")
(dependencies bzip2 zlib pkg-config m4)
(src (tar
(url "https://sourceware.org/elfutils/ftp/0.194/elfutils-0.194.tar.bz2")
(dir "elfutils-0.194")
(blake3 "1a01558cb4a36adef77594463bd96e2c1149d9434d280c10eabe6dd5a1cb767b")))
(build
(configure_make)))