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

@@ -0,0 +1,11 @@
(package
(name "libpng")
(version "1.6.55")
(homepage "https://www.libpng.org/pub/png/libpng.html")
(dependencies zlib)
(src (tar
(url "https://download.sourceforge.net/libpng/libpng-1.6.55.tar.gz")
(dir "libpng-1.6.55")
(blake3 "e7def717135b4cd49360e5331939586b8eeecb46d156c24b1e524348e438e816")))
(build
(configure_make)))