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

17 lines
350 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Çizgiyi genel görünümden kaldırarak kenarda gezdirerek hareket ettirin.
2017-07-25 22:21:02 +02:00
# URL: https://micheleg.github.io/dash-to-dock/
2017-10-27 20:46:27 +02:00
# Paketçi: yasarciv67@gmail.com
# Gerekler: intltool dconf
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
}