diff options
Diffstat (limited to 'testing/spice-html5/APKBUILD')
-rw-r--r-- | testing/spice-html5/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/spice-html5/APKBUILD b/testing/spice-html5/APKBUILD index 1b8a9fcbbb..34b5f81a7e 100644 --- a/testing/spice-html5/APKBUILD +++ b/testing/spice-html5/APKBUILD @@ -6,7 +6,8 @@ pkgrel=0 pkgdesc="A html5 client for the spice protocol" url="https:://github.com/SPICE/spice-html5" arch="noarch" -license="GPL" +license="GPL-3.0-or-later LGPL-3.0-or-later" +options="!check" # No test suite source="$pkgname-$pkgver.tar.gz::https://github.com/freedesktop/$pkgname/archive/$pkgname-$pkgver.tar.gz support-busybox-install.patch" builddir="$srcdir/$pkgname-$pkgname-$pkgver" |