milis/talimatname/genel/r/reptyr/talimat

18 lines
449 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: çalışan bir süreci alıp yeni bir terminale yerleştirici uygulama
# URL: https://github.com/nelhage/reptyr
# Paketçi: milisarge
# Gerekler:
# Grup: sistem
isim=reptyr
surum=0.6.2
devir=1
kaynak=(https://github.com/nelhage/reptyr/archive/reptyr-$surum.tar.gz::$isim-$surum.tar.gz)
derle() {
cd $isim-$isim-$surum
make
make "DESTDIR=$PKG" "PREFIX=/usr" install
install -Dm644 COPYING $PKG/usr/share/licenses/reptyr/LICENSE
}