summaryrefslogtreecommitdiff
path: root/user/lua-yaml
diff options
context:
space:
mode:
authorAlyx Wolcott <alyx@malkier.net>2020-02-24 22:47:05 -0600
committerAlyx Wolcott <alyx@malkier.net>2020-02-24 22:47:05 -0600
commitb2afa3d3e2afa81810509893149032c2912f23ee (patch)
tree30d9069e4db4f2ac08d5a56c09c5aec12156b5f5 /user/lua-yaml
parentd14e248d2b12a7b2299e9103d2d1fd06ad925469 (diff)
downloadpackages-b2afa3d3e2afa81810509893149032c2912f23ee.tar.gz
packages-b2afa3d3e2afa81810509893149032c2912f23ee.tar.bz2
packages-b2afa3d3e2afa81810509893149032c2912f23ee.tar.xz
packages-b2afa3d3e2afa81810509893149032c2912f23ee.zip
user/libmaxminddb, user/lua-yaml, user/yaml-cpp: Do the needful
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"