some packages

This commit is contained in:
2026-02-15 14:49:42 +01:00
parent b4564fa5bb
commit a19e668908
23 changed files with 231 additions and 24 deletions

12
packages/ninja.shrap Normal file
View File

@@ -0,0 +1,12 @@
(package
(name "ninja")
(version "1.13.1")
(homepage "https://ninja-build.org/")
(dependencies python)
(src (tar
(url "https://github.com/ninja-build/ninja/archive/refs/tags/v1.13.1.tar.gz")
(dir "ninja-1.13.1")
(blake3 "80192c6c1f2fc686d78b111048b0fced694e5462b5b549006b25bec9ba07a4d0")))
(build
(shell "./configure.py --bootstrap")
(shell "mv ./ninja /usr/bin/")))