From 4565d1a4c16cd2d7a4ab3399d297ffd988cfdd21 Mon Sep 17 00:00:00 2001 From: Pekka Helenius Date: Tue, 30 Jun 2020 21:49:41 +0300 Subject: [PATCH] Add anbox-image-custom PKGBUILD file --- androidOS_files/anbox-image-custom/PKGBUILD | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 androidOS_files/anbox-image-custom/PKGBUILD diff --git a/androidOS_files/anbox-image-custom/PKGBUILD b/androidOS_files/anbox-image-custom/PKGBUILD new file mode 100644 index 0000000..e320362 --- /dev/null +++ b/androidOS_files/anbox-image-custom/PKGBUILD @@ -0,0 +1,19 @@ +# Maintainer: Pekka Helenius + +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 +}