Add buildroot 2018-02

This commit is contained in:
Pascal Vizeli
2018-03-17 23:47:00 +00:00
parent 3776c47f83
commit 67742041ad
10007 changed files with 405098 additions and 0 deletions

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))