ports/opt (3.1): ninja: initial import (required for chromium)
commit b37bab0b376e86a93a03e954b1538b4430c00293 Author: Jose V Beneyto <sepen@crux.nu> Date: Tue Aug 5 16:56:01 2014 +0200 ninja: initial import (required for chromium) diff --git a/ninja/.footprint b/ninja/.footprint new file mode 100644 index 0000000..307eed5 --- /dev/null +++ b/ninja/.footprint @@ -0,0 +1,3 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/ninja diff --git a/ninja/.md5sum b/ninja/.md5sum new file mode 100644 index 0000000..b9b7362 --- /dev/null +++ b/ninja/.md5sum @@ -0,0 +1 @@ +59f4f1cf5d9bb0d7877a6d5a5afd770a v1.5.1.tar.gz diff --git a/ninja/Pkgfile b/ninja/Pkgfile new file mode 100644 index 0000000..cdfb193 --- /dev/null +++ b/ninja/Pkgfile @@ -0,0 +1,16 @@ +# 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 +}
participants (1)
-
crux@crux.nu