2020-02-15 10:10:09 +00:00
|
|
|
# Maintainer: Antoine Fontaine <antoine.fontaine@epfl.ch>
|
|
|
|
pkgname=postmarketos-anbox
|
|
|
|
pkgver=0
|
2021-06-23 18:32:21 +00:00
|
|
|
pkgrel=1
|
2020-02-15 10:10:09 +00:00
|
|
|
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"
|
2021-06-23 18:32:21 +00:00
|
|
|
depends="anbox anbox-image postmarketos-config-nftables-anbox"
|
2020-02-15 10:10:09 +00:00
|
|
|
|
|
|
|
package() {
|
|
|
|
mkdir -p "$pkgdir"
|
|
|
|
}
|