main/postmarketos-anbox: new aport (!956)
This commit is contained in:
parent
56dd569e56
commit
94f54a4da9
2 changed files with 19 additions and 0 deletions
16
main/postmarketos-anbox/APKBUILD
Normal file
16
main/postmarketos-anbox/APKBUILD
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# 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"
|
||||||
|
}
|
3
main/postmarketos-anbox/postmarketos-anbox.post-install
Normal file
3
main/postmarketos-anbox/postmarketos-anbox.post-install
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
rc-update add anbox-container-manager default
|
Loading…
Reference in a new issue