Custom Anbox installation files & patches, including patched Android OS image file.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
608 B

  1. # Maintainer: Pekka Helenius <fincer89 [at] hotmail [dot] com>
  2. pkgname=anbox-image-custom
  3. pkgver=7.1.1
  4. pkgrel=13
  5. pkgdesc="Android base image for Anbox"
  6. arch=('x86_64')
  7. url="http://anbox.io/"
  8. license=('custom')
  9. provides=('anbox-image')
  10. conflicts=('anbox-image')
  11. source=(
  12. https://fjordtek.com/public/applications/anbox/images/android_7.1.1_r13_patched.img
  13. )
  14. sha512sums=('1ae3896a21f93abc7df1808edd43f23c49977efe3b84da63e753c7da80ef80b0b9e88fbaa53d08559f443fb004c91b8998b9ccd9a1c0179699334a307128c8f7')
  15. package() {
  16. install -Dm 644 $srcdir/android_7.1.1_r13_patched.img $pkgdir/var/lib/anbox/android.img
  17. }