opt/ninja/Pkgfile
2014-08-05 17:39:14 +02:00

17 lines
425 B
Plaintext

# Description: Small build system with a focus on speed
# URL: http://martine.github.io/ninja/
# 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.5.1
release=1
source=(https://github.com/martine/$name/archive/v$version.tar.gz)
build() {
cd $name-$version
./bootstrap.py --verbose
install -D -m 0755 $name $PKG/usr/bin/$name
}