This commit is contained in:
milisbir 2018-01-22 03:42:31 +02:00
parent 52f6e0a0e5
commit e328e1517f
1 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,17 @@
# 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
}