[package] name = "ninja" version = "1.13.0" description = "Small build system with a focus on speed" url = "https://ninja-build.org/" license = "Apache-2.0" [source] url = "https://github.com/ninja-build/ninja/archive/v${version}/ninja-${version}.tar.gz" sha256 = "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" [dependencies] run = ["glibc"] build = ["gcc", "make", "python"] [build] system = "custom" configure = """""" make = """python3 configure.py --bootstrap""" install = """install -Dm755 ninja ${PKG}/usr/bin/ninja"""