lua-datafile: 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:26 +02:00 committed by Arnout Vandecappelle (Essensium/Mind)
parent 8975698b92
commit f8e41394d3
4 changed files with 23 additions and 0 deletions

View File

@ -579,6 +579,7 @@ menu "Lua libraries/modules"
source "package/lua-coatpersistent/Config.in"
source "package/lua-csnappy/Config.in"
source "package/lua-curl/Config.in"
source "package/lua-datafile/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_DATAFILE
bool "lua-datafile"
help
datafile is a library for avoiding hardcoded paths
when loading resource files in Lua modules.
https://github.com/hishamhm/datafile

View File

@ -0,0 +1,2 @@
# Locally calculated
sha256 37a33079c3476477f19de14bebd664635a39a57dd05a2709c3a402cbc1e79a6b datafile-0.4-1.src.rock

View File

@ -0,0 +1,13 @@
################################################################################
#
# lua-datafile
#
################################################################################
LUA_DATAFILE_VERSION = 0.4-1
LUA_DATAFILE_NAME_UPSTREAM = datafile
LUA_DATAFILE_SUBDIR = datafile
LUA_DATAFILE_LICENSE = MIT
LUA_DATAFILE_LICENSE_FILES = $(LUA_DATAFILE_SUBDIR)/LICENSE
$(eval $(luarocks-package))