opt/ninja/Pkgfile

17 lines
419 B
Plaintext
Raw Normal View History

# Description: Small build system with a focus on speed
2017-05-03 17:07:55 +02:00
# 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
2017-05-03 17:07:55 +02:00
version=1.7.2
release=1
2017-05-03 17:07:55 +02:00
source=(https://crux.s3.amazonaws.com/dist/$name-$version.tar.gz)
build() {
cd $name-$version
2015-07-24 09:42:08 +02:00
./configure.py --bootstrap
install -D -m 0755 $name $PKG/usr/bin/$name
}