milis/talimatname/genel/b/bam/talimat

18 lines
441 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.

# Tanım: Lua ile yazılmış hızlı ve esnek derleme sistemi
# URL: http://github.com/matricks/bam
# Paketçi: milisarge
# Gerekler:
# Grup: sistem geliştirme
isim=bam
surum=0.5.0
devir=1
kaynak=(https://github.com/matricks/bam/archive/v$surum.tar.gz::$isim-$surum.tar.gz)
derle() {
cd ${SRC}/${isim}-${surum}
sh make_unix.sh
install -Dm755 bam ${PKG}/usr/bin/bam
install -Dm755 COPYING ${PKG}/usr/share/licenses/${isim}/LICENSE
}