16 lines
429 B
Text
16 lines
429 B
Text
# Contributor: Antoine Fontaine <antoine.fontaine@epfl.ch>
|
|
# 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"
|
|
}
|