waydroid/1.4.2-3: sync with archlinuxcn
This commit is contained in:
parent
4849361462
commit
95890e75a4
@ -5,18 +5,19 @@
|
||||
# This PKGBUILD is base on the AUR repo waydroid, by Danct12 <danct12@disroot.org> and Bart Ribbers <bribbers@disroot.org>
|
||||
|
||||
pkgname='waydroid'
|
||||
pkgver=1.4.1
|
||||
pkgrel=1
|
||||
pkgver=1.4.2
|
||||
pkgrel=3
|
||||
pkgdesc='A container-based approach to boot a full Android system on a regular Linux system'
|
||||
arch=('any')
|
||||
url='https://github.com/waydroid/waydroid'
|
||||
license=('GPL3')
|
||||
depends=('dnsmasq' 'lxc' 'nftables' 'python' 'python-gbinder' 'python-gobject' 'which')
|
||||
optdepends=('waydroid-image: Android image for use with waydroid'
|
||||
'python-pyclip: share clipboard with container')
|
||||
license=('GPL-3.0-or-later')
|
||||
depends=('dbus-python' 'dnsmasq' 'lxc' 'nftables' 'python-gbinder' 'python-gobject' 'which')
|
||||
optdepends=('waydroid-image: Android images for use with waydroid'
|
||||
'waydroid-image-gapps: Android images for use with waydroid, including gapps'
|
||||
'python-pyclip: Share clipboard with container')
|
||||
source=("${pkgname}-${pkgver}.tar.gz"::"${url}/archive/refs/tags/${pkgver}.tar.gz")
|
||||
sha512sums=('c5050c03543623a14a0f1a7a0b320e2786d95c208945767cddff7c3b46486cc19406eba798fce2224a383b3fe587e2e1b1f91ebb75c1da08cb50d33e724b6fef')
|
||||
sha512sums=('0d3eba799895c853545b7087e3c07160d593d4a3166822039973669bc0ee93a8a6b9c394a7d982e57cfbbfbd8df1ba7991dd33b1b1517d79fcbe191d8a86890a')
|
||||
|
||||
package() {
|
||||
make -C "${srcdir}/${pkgname}-${pkgver}" DESTDIR="${pkgdir}" USE_NFTABLES=1 install
|
||||
DESTDIR="${pkgdir}" USE_NFTABLES=1 make -C "${srcdir}/${pkgname}-${pkgver}" install
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user