postmarketos-anbox: Add nftables subpackage dependency (MR 2271)

The subpackage adds rules specific to Anbox to allow in- and outbound
network traffic over the `anbox0` network bridge.
This commit is contained in:
samuel norbury 2021-06-23 20:32:21 +02:00 committed by Dylan Van Assche
parent 3960ad0c51
commit de9132214d
No known key found for this signature in database
GPG key ID: 8642571587897EA1

View file

@ -1,14 +1,14 @@
# Maintainer: Antoine Fontaine <antoine.fontaine@epfl.ch>
pkgname=postmarketos-anbox
pkgver=0
pkgrel=0
pkgrel=1
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"
depends="anbox anbox-image postmarketos-config-nftables-anbox"
package() {
mkdir -p "$pkgdir"