Initial commit

This commit is contained in:
2026-03-21 12:43:00 -05:00
commit 83bf16823c
438 changed files with 33617 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
[build]
type = "custom"
[dependencies]
build = ["python"]
runtime = [
"glibc",
"libunwind"
]
[package]
description = "small build system with a focus on speed"
homepage = "https://ninja-build.org/"
license = "Apache-2.0"
name = "ninja"
version = "1.13.2"
[[source]]
extract_dir = "$name-$version"
sha256 = "974d6b2f4eeefa25625d34da3cb36bdcebe7fbce40f4c16ac0835fd1c0cbae17"
url = "https://github.com/ninja-build/ninja/archive/v$version/ninja-$version.tar.gz"