18adb41cc4
Recipe had redox.patch (fork-based subprocess + getloadavg fallback) but wasn't declaring it in [source] patches, so cookbook never applied it.
14 lines
214 B
TOML
14 lines
214 B
TOML
[source]
|
|
git = "https://github.com/ninja-build/ninja"
|
|
rev = "v1.13.1"
|
|
patches = [
|
|
"redox.patch",
|
|
]
|
|
|
|
[build]
|
|
template = "cmake"
|
|
cmakeflags = ["-DBUILD_TESTING=OFF"]
|
|
|
|
[package]
|
|
description = "Ninja build system"
|