talimat 1.3 KB

12345678910111213141516171819202122232425262728293031323334
  1. [paket]
  2. tanim = Android için sanal bir ortam sağlayan eksiksiz araçlar seti.
  3. paketci = Cihan_Alkan
  4. grup = oyun
  5. url = http://www.genymotion.com/
  6. [gerek]
  7. derleme =
  8. calisma =
  9. [kaynak]
  10. 1 = https://dl.genymotion.com/releases/genymotion-$surum/$isim-${surum}-linux_x64.bin
  11. 2 = https://aur.archlinux.org/cgit/aur.git/plain/genymotion-player.desktop?h=genymotion
  12. 3 = https://aur.archlinux.org/cgit/aur.git/plain/genymotion.desktop?h=genymotion
  13. [sha256]
  14. #1 = 5eb20ac0e2944f6cb9c2d51dd6c4518941c185347d4089ea89087ffdd6e2341f
  15. [derle]
  16. betik = cd $SRC
  17. betik = install -d $PKG/opt
  18. betik = yes | bash /sources/$isim-${surum}-linux_x64.bin -d $PKG/opt
  19. betik = install -d $PKG/usr/bin
  20. betik = ln -s /opt/genymotion/genymotion $PKG/usr/bin/genymotion
  21. betik = ln -s /opt/genymotion/genymotion-shell $PKG/usr/bin/genymotion-shell
  22. betik = ln -s /opt/genymotion/player $PKG/usr/bin/genymotion-player
  23. betik = ln -s /opt/genymotion/gmtool $PKG/usr/bin/gmtool
  24. [pakur]
  25. betik = install -Dm644 /sources/genymotion.desktop?h=genymotion $PKG/usr/share/applications/genymotion.desktop
  26. betik = install -Dm644 /sources/genymotion-player.desktop?h=genymotion $PKG/usr/share/applications/genymotion-player.desktop
  27. betik = chown -R root:root $PKG/opt/genymotion