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

@@ -0,0 +1,10 @@
(package
(name "libtasn1")
(version "4.21.0")
(homepage "https://www.gnu.org/software/libtasn1/")
(src (tar
(url "https://ftp.gnu.org/gnu/libtasn1/libtasn1-4.21.0.tar.gz")
(dir "libtasn1-4.21.0")
(blake3 "b156973b5629fe15050b4eaee334e50deddfaa6f907645be1c3d58f3ce93bf53")))
(build
(configure_make)))