Files
packages/core/ninja/ninja.toml
T
2026-03-21 12:43:00 -05:00

22 lines
469 B
TOML

[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"