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

@@ -0,0 +1,11 @@
(package
(name "libxml2")
(version "2.15.1")
(homepage "https://gitlab.gnome.org/GNOME/libxml2/-/wikis/home")
(dependencies xz)
(src (tar
(url "https://download.gnome.org/sources/libxml2/2.15/libxml2-2.15.1.tar.xz")
(dir "libxml2-2.15.1")
(blake3 "f4041b4e375a362b0ca2c829b2b8a1ff6ffb3b2aa972f86d4f6b7b5a11db7738")))
(build
(configure_make)))