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

@@ -0,0 +1,11 @@
(package
(name "intltool")
(version "0.50.2")
(homepage "https://freedesktop.org/wiki/Software/intltool/")
(dependencies perl-xml-parser)
(src (tar
(url "https://launchpad.net/intltool/trunk/0.50.2/+download/intltool-0.50.2.tar.gz")
(dir "intltool-0.50.2")
(blake3 "a27cae85d307ebea401518933f33c66f72dc5a96d724f1c810b74f8c915e4b66")))
(build
(configure_make)))