|
|
@ -0,0 +1,19 @@ |
|
|
|
# Maintainer: Pekka Helenius <fincer89 [at] hotmail [dot] com> |
|
|
|
|
|
|
|
pkgname=anbox-image-custom |
|
|
|
pkgver=7.1.1 |
|
|
|
pkgrel=13 |
|
|
|
pkgdesc="Android base image for Anbox" |
|
|
|
arch=('x86_64') |
|
|
|
url="http://anbox.io/" |
|
|
|
license=('custom') |
|
|
|
provides=('anbox-image') |
|
|
|
conflicts=('anbox-image') |
|
|
|
source=( |
|
|
|
https://fjordtek.com/public/applications/anbox/images/android_7.1.1_r13_patched.img |
|
|
|
) |
|
|
|
sha512sums=('1ae3896a21f93abc7df1808edd43f23c49977efe3b84da63e753c7da80ef80b0b9e88fbaa53d08559f443fb004c91b8998b9ccd9a1c0179699334a307128c8f7') |
|
|
|
|
|
|
|
package() { |
|
|
|
install -Dm 644 $srcdir/android_7.1.1_r13_patched.img $pkgdir/var/lib/anbox/android.img |
|
|
|
} |