opt/ninja/Pkgfile

17 lines
419 B
Plaintext

# Description: Small build system with a focus on speed
# URL: https://ninja-build.org/
# Maintainer: Jose V Beneyto, sepen at crux dot nu
# Packager: Jose V Beneyto, sepen at crux dot nu
# Depends on: python
name=ninja
version=1.7.2
release=1
source=(https://crux.s3.amazonaws.com/dist/$name-$version.tar.gz)
build() {
cd $name-$version
./configure.py --bootstrap
install -D -m 0755 $name $PKG/usr/bin/$name
}