This commit is contained in:
milisbir 2018-07-13 11:26:36 +03:00
parent 05d922040c
commit 6c0da8ece9
1 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,19 @@
# Tanım: GTK+3 kullanan döşemeli(tiling) terminali emülatörü
# URL: https://github.com/gnunn1/tilix
# Paketçi: Cihan_Alkan
# Gerekler: dmd dub glib gettext desktop-file-utils gtk-update-icon-cache xdg-utils
# Grup: sistem
isim=tilix
surum=1.8.1
devir=1
kaynak=()
derle() {
git_indir https://github.com/gnunn1/tilix $isim
cd $isim
dub build --build=release
./install.sh $PKG/usr
}