talimat 315 B

123456789101112131415161718
  1. # Tanım: GNOME için bir uygulama başlatıcı
  2. # URL: https://micheleg.github.io/dash-to-dock/
  3. # Paketçi: yasarciv67
  4. # Gerekler: intltool dconf
  5. # Grup: sistem
  6. isim=dash-to-dock
  7. surum=57
  8. devir=1
  9. kaynak=()
  10. derle() {
  11. git clone https://github.com/micheleg/dash-to-dock.git
  12. cd $isim
  13. make
  14. make DESTDIR=$PKG install
  15. }