summaryrefslogtreecommitdiff
path: root/user/luarocks
diff options
context:
space:
mode:
Diffstat (limited to 'user/luarocks')
-rw-r--r--user/luarocks/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/user/luarocks/APKBUILD b/user/luarocks/APKBUILD
index 434408c6b..3a536a7bd 100644
--- a/user/luarocks/APKBUILD
+++ b/user/luarocks/APKBUILD
@@ -4,10 +4,11 @@ pkgname=luarocks
pkgver=3.0.4
pkgrel=0
pkgdesc="Package manager for Lua software"
-url="https://luarocks.github.io"
+url="https://luarocks.org/"
arch="noarch"
-options="!check" # no test suite
+options="!check" # No test suite
license="MIT"
+depends=""
makedepends="lua5.3-dev"
source="https://luarocks.github.io/luarocks/releases/luarocks-$pkgver.tar.gz"