reptyr
This commit is contained in:
parent
52f6e0a0e5
commit
e328e1517f
|
@ -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
|
||||
}
|
Loading…
Reference in New Issue