opt/ninja/Pkgfile

15 lines
399 B
Plaintext
Raw Normal View History

# Description: Small build system with a focus on speed
2021-01-23 13:08:41 +01:00
# URL: https://ninja-build.org/
# Maintainer: CRUX System Team, core-ports at crux dot nu
name=ninja
2020-11-30 21:25:52 +01:00
version=1.10.2
2020-01-29 18:28:59 +01:00
release=1
2017-09-07 04:57:02 +02:00
source=(https://github.com/$name-build/$name/archive/v$version/$name-v$version.tar.gz)
build() {
2017-09-22 18:38:17 +02:00
cd $name-$version
/usr/bin/python3 configure.py --bootstrap
2017-09-22 18:38:17 +02:00
install -D -m 0755 $name $PKG/usr/bin/$name
}