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

18 lines
315 B
Plaintext
Raw Normal View History

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