Last active
February 22, 2016 11:40
-
-
Save PedroHLC/d189b5275dd643e6a237 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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