aboutsummaryrefslogtreecommitdiffstats
path: root/community/libluv
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-01-11 00:15:17 +0100
committerLeo <thinkabit.ukim@gmail.com>2020-01-11 00:15:17 +0100
commit6f1c2ae90dbeeb698aa4cfcff6983ef2ab0fb840 (patch)
treebc21a8848b65d48550afcf5ebb97e4e453ced5a4 /community/libluv
parentfe8c5c10608be0dbd690f4c28e01ca602a4020ed (diff)
downloadaports-6f1c2ae90dbeeb698aa4cfcff6983ef2ab0fb840.tar.bz2
aports-6f1c2ae90dbeeb698aa4cfcff6983ef2ab0fb840.tar.xz
community/libluv: use !check and fix pkgdesc=
Diffstat (limited to 'community/libluv')
-rw-r--r--community/libluv/APKBUILD10
1 files changed, 3 insertions, 7 deletions
diff --git a/community/libluv/APKBUILD b/community/libluv/APKBUILD
index e4210ded07..7bfbf71035 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