Add buildroot 2018-02
This commit is contained in:
8
buildroot/package/luafilesystem/Config.in
Normal file
8
buildroot/package/luafilesystem/Config.in
Normal file
@@ -0,0 +1,8 @@
|
||||
config BR2_PACKAGE_LUAFILESYSTEM
|
||||
bool "luafilesystem"
|
||||
depends on BR2_PACKAGE_HAS_LUAINTERPRETER
|
||||
help
|
||||
LuaFileSystem offers a portable way to access
|
||||
the underlying directory structure and file attributes.
|
||||
|
||||
http://keplerproject.github.com/luafilesystem/
|
||||
2
buildroot/package/luafilesystem/luafilesystem.hash
Normal file
2
buildroot/package/luafilesystem/luafilesystem.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Locally calculated
|
||||
sha256 65e6d437e577a1d6cd509b6cd224d2cb9501d58d32a72cafbd4fd3f911681576 luafilesystem-1.7.0-2.src.rock
|
||||
12
buildroot/package/luafilesystem/luafilesystem.mk
Normal file
12
buildroot/package/luafilesystem/luafilesystem.mk
Normal file
@@ -0,0 +1,12 @@
|
||||
################################################################################
|
||||
#
|
||||
# luafilesystem
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LUAFILESYSTEM_VERSION = 1.7.0-2
|
||||
LUAFILESYSTEM_LICENSE = MIT
|
||||
LUAFILESYSTEM_LICENSE_FILES = luafilesystem/LICENSE
|
||||
LUAFILESYSTEM_SUBDIR = luafilesystem
|
||||
|
||||
$(eval $(luarocks-package))
|
||||
Reference in New Issue
Block a user