27 lines
888 B
Bash
27 lines
888 B
Bash
# Template file for 'waydroid'
|
|
pkgname=waydroid
|
|
version=1.3.4
|
|
revision=2
|
|
# https://developer.android.com/ndk/guides/abis#sa
|
|
archs="aarch64* armv7* i686* x86_64*"
|
|
build_style=gnu-makefile
|
|
make_install_args="USE_NFTABLES=1"
|
|
depends="python3 gbinder-python python3-gobject gtk+3 lxc dnsmasq nftables"
|
|
short_desc="Container-based approach to boot a full Android system"
|
|
maintainer="Jami Kettunen <jami.kettunen@protonmail.com>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://waydro.id"
|
|
changelog="https://raw.githubusercontent.com/waydroid/waydroid/main/debian/changelog"
|
|
distfiles="https://github.com/waydroid/waydroid/archive/refs/tags/${version}.tar.gz"
|
|
checksum=32e30e6c7384a514649daeac68b1326e2781362692ae143927628ff2f1387c4e
|
|
|
|
python_version=3
|
|
pycompile_dirs="usr/lib/waydroid"
|
|
|
|
post_install() {
|
|
vsv waydroid-container
|
|
|
|
# Void-specific documentation
|
|
vdoc ${FILESDIR}/README.voidlinux
|
|
}
|