From 6f1c2ae90dbeeb698aa4cfcff6983ef2ab0fb840 Mon Sep 17 00:00:00 2001 From: Leo Date: Sat, 11 Jan 2020 00:15:17 +0100 Subject: [PATCH] community/libluv: use !check and fix pkgdesc= --- community/libluv/APKBUILD | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) 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