pmaports/main/postmarketos-anbox/APKBUILD

16 lines
370 B
Text
Raw Normal View History

# Maintainer: Antoine Fontaine <antoine.fontaine@epfl.ch>
pkgname=postmarketos-anbox
pkgver=0
pkgrel=0
pkgdesc="Android in a box: postmarketos metapackage"
arch="x86_64 armv7 aarch64"
url="https://wiki.postmarketos.org/wiki/Anbox"
license="GPL-3.0-or-later"
options="!check"
install="$pkgname.post-install"
depends="anbox anbox-image"
package() {
mkdir -p "$pkgdir"
}