diff --git a/community/libluv/APKBUILD b/community/libluv/APKBUILD index e4210ded07f..7bfbf71035d 100644 --- a/community/libluv/APKBUILD +++ b/community/libluv/APKBUILD @@ -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