mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 12:01:41 +02:00
community/libluv: use !check and fix pkgdesc=
This commit is contained in:
parent
fe8c5c1060
commit
6f1c2ae90d
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user