Skip to content

Instantly share code, notes, and snippets.

@PedroHLC
Last active February 22, 2016 11:40
Show Gist options
  • Save PedroHLC/d189b5275dd643e6a237 to your computer and use it in GitHub Desktop.
Save PedroHLC/d189b5275dd643e6a237 to your computer and use it in GitHub Desktop.
pkgname=shashlik-bin
pkgver=0.9.1
pkgrel=1
pkgdesc="Android Apps on Real Linux - Precompiled binary from official repository"
arch=('x86_64')
url="http://www.shashlik.io"
license=('')
options=(!strip)
depends=('lib32-gcc-libs' 'lib32-zlib' 'python-xdg' 'kdebase-kdialog')
conflicts=('shashlik' 'shashlik-git')
md5sums=('5a33ed3d5a247db0770114cecf18da4e')
source=("http://static.davidedmundson.co.uk/shashlik/shashlik_${pkgver}.deb")
package() {
bsdtar xf data.tar.xz
chmod -R g-w opt
mv opt "${pkgdir}"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment