summaryrefslogtreecommitdiff
path: root/user/lua-yaml
diff options
context:
space:
mode:
Diffstat (limited to 'user/lua-yaml')
-rw-r--r--user/lua-yaml/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/user/lua-yaml/APKBUILD b/user/lua-yaml/APKBUILD
index 6c835554f..f252b3a7b 100644
--- a/user/lua-yaml/APKBUILD
+++ b/user/lua-yaml/APKBUILD
@@ -6,10 +6,10 @@ pkgrel=0
pkgdesc="LibYAML binding for Lua"
url="https://gvvaughan.github.io/lyaml/"
arch="all"
+options="!check" # No tests, sweet.
license="MIT"
depends="lua5.3"
makedepends="lua5.3-dev yaml-dev"
-options="!check"
source="$pkgname-$pkgver.tar.gz::https://github.com/gvvaughan/lyaml/archive/v$pkgver.tar.gz"
builddir="$srcdir/lyaml-$pkgver"