milis/talimatname/genel/d/dash-to-dock/talimat

18 lines
315 B
Text
Raw Permalink Normal View History

2018-08-17 06:45:03 +00:00
# Tanım: GNOME için bir uygulama başlatıcı
2017-07-25 23:21:02 +03:00
# URL: https://micheleg.github.io/dash-to-dock/
2018-08-17 06:45:03 +00:00
# Paketçi: yasarciv67
# Gerekler: intltool dconf
# Grup: sistem
2017-07-25 23:21:02 +03:00
2017-10-28 15:10:23 +03:00
isim=dash-to-dock
surum=57
devir=1
kaynak=()
2017-07-25 23:21:02 +03:00
2017-10-28 00:59:41 +03:00
derle() {
2017-07-25 23:21:02 +03:00
git clone https://github.com/micheleg/dash-to-dock.git
2017-10-28 15:10:23 +03:00
cd $isim
2017-07-25 23:21:02 +03:00
make
make DESTDIR=$PKG install
}