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

@@ -0,0 +1,10 @@
(package
(name "nasm")
(version "3.01rc9")
(homepage "https://www.nasm.us/")
(src (tar
(url "https://www.nasm.us/pub/nasm/releasebuilds/3.01rc9/nasm-3.01rc9.tar.gz")
(dir "nasm-3.01rc9")
(blake3 "a56adcd15d2f2c67aff016f5051a08133c24cfd053d8c5073c1ad42d4859ff14")))
(build
(configure_make)))