From aabc2e9dcd5a60a938455800c79d3f50c4a01a68 Mon Sep 17 00:00:00 2001 From: Michael Zuo Date: Mon, 29 Feb 2016 23:56:23 -0500 Subject: testing/luarocks: add dependency on curl and fix license luarocks aborts incomprehensibly if it can't find curl in the PATH when trying to download anything. License text is the MIT license text verbatim, and the README documents "LuaRocks is free software and uses the same license as Lua 5.x." --- testing/luarocks/APKBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'testing/luarocks') diff --git a/testing/luarocks/APKBUILD b/testing/luarocks/APKBUILD index 819060566a..9c0dce357e 100644 --- a/testing/luarocks/APKBUILD +++ b/testing/luarocks/APKBUILD @@ -3,12 +3,12 @@ pkgname=luarocks pkgver=2.3.0 _lua_versions="5.1 5.2 5.3" -pkgrel=0 +pkgrel=1 pkgdesc="Deployment and management system for Lua modules" url="http://www.luarocks.org/" arch="noarch" -license="custom" -depends="" +license="MIT" +depends="curl" depends_dev="" makedepends="$depends_dev" install="" -- cgit v1.2.3