ninja: new maintainer

This commit is contained in:
Juergen Daubert 2021-01-23 13:08:41 +01:00
parent d5915a8366
commit f6df577603
2 changed files with 4 additions and 6 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/VU6k9p8dj4rRW23YpmgIcuvOecvQkwmsHz8fDmh7H/Grk62DWzy/Hm1GCAmLmjxckpwDmpsvgclJznvevTj4Ag=
SHA256 (Pkgfile) = 78b94ea5a82dac380de3a28b3d1e560e4cc67c7dc2a3ca2a1da025b248c0ca75
RWSE3ohX2g5d/Xh66DHT2Z0CRuTs4c5jVsqlMcZ9LCWhO0Bxz1WmQfns9ttX1jePiQgUL60MwJwSg5j5SEjcjnKeczNrLBreqAY=
SHA256 (Pkgfile) = 0471611c948e51f2a81be4c22e1af567caeabbfa87607a423aa4374a53ae98e8
SHA256 (.footprint) = 0cfb61c9a4fc3f0a8ce76059bbff792e93bd9732ab2a4a9a1f2aa6fffbc10c74
SHA256 (ninja-v1.10.2.tar.gz) = ce35865411f0490368a8fc383f29071de6690cbadc27704734978221f25e2bed

View File

@ -1,7 +1,6 @@
# Description: Small build system with a focus on speed
# URL: https://ninja-build.org/
# Maintainer: Fredrik Rinnestam, fredrik at crux dot guru
# Depends on: python3
# URL: https://ninja-build.org/
# Maintainer: CRUX System Team, core-ports at crux dot nu
name=ninja
version=1.10.2
@ -10,7 +9,6 @@ source=(https://github.com/$name-build/$name/archive/v$version/$name-v$version.t
build() {
cd $name-$version
/usr/bin/python3 configure.py --bootstrap
install -D -m 0755 $name $PKG/usr/bin/$name
}