ninja: initial import (required for chromium)
This commit is contained in:
parent
369affbc44
commit
b37bab0b37
3
ninja/.footprint
Normal file
3
ninja/.footprint
Normal file
@ -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
|
1
ninja/.md5sum
Normal file
1
ninja/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
59f4f1cf5d9bb0d7877a6d5a5afd770a v1.5.1.tar.gz
|
16
ninja/Pkgfile
Normal file
16
ninja/Pkgfile
Normal file
@ -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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user