core/ninja/Pkgfile
2021-12-13 12:02:38 +01:00

15 lines
390 B
Plaintext

# 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
}