milis/talimatname/genel/ninja/talimat

17 lines
346 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: Hıza odaklı küçük yapı sistemi
# URL: http://martine.github.io/ninja/
# Packager: milisarge
# Depends on: python
name=ninja
version=1.6.0
release=1
source=(https://github.com/martine/$name/archive/v$version.tar.gz)
build() {
cd $name-$version
./configure.py --bootstrap
install -D -m 0755 $name $PKG/usr/bin/$name
}