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

@@ -0,0 +1,10 @@
(package
(name "libtiff")
(version "4.7.1")
(homepage "https://libtiff.gitlab.io/libtiff/")
(src (tar
(url "http://download.osgeo.org/libtiff/tiff-4.7.1.tar.gz")
(dir "tiff-4.7.1")
(blake3 "5536f49e2879c96a1eaa69abe87fe3dfcb34f4c27f903edc34f9645b4d0c6432")))
(build
(configure_make)))