ninja: initial commit, version 1.10.2

This commit is contained in:
Tim Biermann 2021-12-11 19:30:26 +01:00
parent 99d25d641b
commit e36fe442cb
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 22 additions and 0 deletions

3
ninja/.footprint Normal file
View File

@ -0,0 +1,3 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/ninja

5
ninja/.signature Normal file
View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/core.pub
RWRJc1FUaeVeqoSzxK9H39CeqW5Mok6L9rvzk+jNHRuWdeJi+nWL7dBmBBZEQjhBaKM1Hic3wtUnmEsh8lOLkZA6fZfuFnl0VQY=
SHA256 (Pkgfile) = 0471611c948e51f2a81be4c22e1af567caeabbfa87607a423aa4374a53ae98e8
SHA256 (.footprint) = 0cfb61c9a4fc3f0a8ce76059bbff792e93bd9732ab2a4a9a1f2aa6fffbc10c74
SHA256 (ninja-v1.10.2.tar.gz) = ce35865411f0490368a8fc383f29071de6690cbadc27704734978221f25e2bed

14
ninja/Pkgfile Normal file
View File

@ -0,0 +1,14 @@
# Description: Small build system with a focus on speed
# URL: https://ninja-build.org/
# Maintainer: CRUX System Team, core-ports at crux dot nu
name=ninja
version=1.10.2
release=1
source=(https://github.com/$name-build/$name/archive/v$version/$name-v$version.tar.gz)
build() {
cd $name-$version
/usr/bin/python3 configure.py --bootstrap
install -D -m 0755 $name $PKG/usr/bin/$name
}