lua-curl: new package

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
Francois Perrad 2017-09-24 09:59:25 +02:00 committed by Arnout Vandecappelle (Essensium/Mind)
parent 1e75a5de3c
commit 8975698b92
4 changed files with 24 additions and 0 deletions

View File

@ -578,6 +578,7 @@ menu "Lua libraries/modules"
source "package/lua-coat/Config.in"
source "package/lua-coatpersistent/Config.in"
source "package/lua-csnappy/Config.in"
source "package/lua-curl/Config.in"
source "package/lua-ev/Config.in"
source "package/lua-flu/Config.in"
source "package/lua-iconv/Config.in"

View File

@ -0,0 +1,7 @@
config BR2_PACKAGE_LUA_CURL
bool "lua-curl"
select BR2_PACKAGE_LIBCURL
help
Lua binding to libcurl.
https://lua-curl.github.io/

View File

@ -0,0 +1,2 @@
# Locally calculated
sha256 4cc6389bf5d4a868cc1e6017733b9b6306f2fc8b5083aa928d66399195697f34 lua-curl-0.3.7-1.src.rock

View File

@ -0,0 +1,14 @@
################################################################################
#
# lua-curl
#
################################################################################
LUA_CURL_VERSION_UPSTREAM = 0.3.7
LUA_CURL_VERSION = $(LUA_CURL_VERSION_UPSTREAM)-1
LUA_CURL_SUBDIR = Lua-cURLv3-$(LUA_CURL_VERSION_UPSTREAM)
LUA_CURL_LICENSE = MIT
LUA_CURL_LICENSE_FILES = $(LUA_CURL_SUBDIR)/LICENSE
LUA_CURL_DEPENDENCIES = libcurl
$(eval $(luarocks-package))