summaryrefslogtreecommitdiff
path: root/ninja/Pkgfile
blob: 9e362f28794bebdcf5345875edfaa99894bb4cec (plain)
    1 # Description: Small build system with a focus on speed
    2 # URL:         https://ninja-build.org/
    3 # Maintainer:  CRUX System Team, core-ports at crux dot nu
    4 
    5 name=ninja
    6 version=1.10.2
    7 release=1
    8 source=(https://github.com/$name-build/$name/archive/v$version/$name-v$version.tar.gz)
    9 
   10 build() {
   11 	cd $name-$version
   12 	/usr/bin/python3 configure.py --bootstrap
   13 	install -D -m 0755 $name $PKG/usr/bin/$name
   14 }

Generated by cgit