community/libluv: use !check and fix pkgdesc=

This commit is contained in:
Leo 2020-01-11 00:15:17 +01:00
parent fe8c5c1060
commit 6f1c2ae90d

View File

@ -3,8 +3,9 @@
pkgname=libluv
_release=0
pkgver=1.32.0.$_release
pkgrel=0
pkgdesc="Bare libuv bindings for lua"
pkgrel=1
pkgdesc="Bare libuv bindings for lua"
options="!check" # No testsuite
url="https://github.com/luvit/luv"
arch="all !s390x"
license="Apache-2.0"
@ -30,11 +31,6 @@ build() {
ninja
}
check() {
# Replace with proper check command(s)
:
}
package() {
cd "$builddir"/build
DESTDIR="$pkgdir" ninja install