This commit is contained in:
milisbir 2018-03-08 08:58:29 +02:00
parent 407648c787
commit f37a137beb
1 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,18 @@
# Tanım: Linux ve Unix için Gtk tabanlıılır terminal
# URL: https://github.com/lanoxx/tilda
# Paketçi: Cihan_Alkan
# Gerekler: vte3 confuse
# Grup: sistem
isim=tilda
surum=1.4.1
devir=1
kaynak=(https://github.com/lanoxx/$isim/archive/$isim-$surum.tar.gz)
derle() {
cd $isim-$isim-$surum
./autogen.sh
./configure --prefix=/usr
make
make DESTDIR="$PKG" install
}