milis/talimatname/genel/s/shashlik/talimat

24 lines
658 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: Standart Linux masaüstü üzerinde Android uygulamaları çalıştır
# URL: http://www.shashlik.io
# Paketçi: Cihan Alkan
# Gerekler: python3 kdialog zenity
# Grup: geliştirme
isim=shashlik
surum=0.9.3
devir=1
kaynak=(http://static.davidedmundson.co.uk/shashlik/shashlik_$surum.deb
shashlik.desktop
shashlik-gui.sh)
derle() {
ar x ${SRC}/shashlik_$surum.deb
tar -xJC $PKG -f data.tar.xz
install -dm755 $PKG/usr/bin
ln -s /opt/shashlik/bin/shashlik-run $PKG/usr/bin/
ln -s /opt/shashlik/bin/shashlik-install $PKG/usr/bin/
cp -f /$SRC/shashlik.desktop /usr/share/applications/shashlik.desktop
cp -f /$SRC/shashlik-gui.sh /bin/
}