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

@@ -0,0 +1,11 @@
(package
(name "libpsl")
(version "0.21.5")
(homepage "https://github.com/rockdaboot/libpsl")
(dependencies python)
(src (tar
(url "https://github.com/rockdaboot/libpsl/releases/download/0.21.5/libpsl-0.21.5.tar.gz")
(dir "libpsl-0.21.5")
(blake3 "75520a5e4ef205ad5fcb236075182c9e7aeb4f3122ebdb32854a14f49dc52676")))
(build
(configure_make)))