milis/talimatname/genel/t/tilda/talimat

19 lines
383 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: 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
}