mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
config BR2_PACKAGE_LUA_STDLIB
|
||||
bool "lua-stdlib"
|
||||
help
|
||||
lua-stdlib is a library of modules for common programming
|
||||
tasks, including list, table and functional operations,
|
||||
objects, pickling, pretty-printing and command-line option
|
||||
parsing.
|
||||
|
||||
https://github.com/lua-stdlib/lua-stdlib/
|
||||
@@ -0,0 +1,3 @@
|
||||
# computed by luarocks/buildroot
|
||||
sha256 67eadaccbb2b6037ea70129f9616da49eaeeaf1477652a8e2cc77740286531cf stdlib-41.2.2-1.src.rock
|
||||
sha256 d3177e0cd97e6ef7c459aa2c6a85f53d9b4ff091f7f296d4ed8bfaf713b6fea2 lua-stdlib-release-v41.2.2/COPYING
|
||||
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# lua-stdlib
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LUA_STDLIB_VERSION_UPSTREAM = 41.2.2
|
||||
LUA_STDLIB_VERSION = $(LUA_STDLIB_VERSION_UPSTREAM)-1
|
||||
LUA_STDLIB_NAME_UPSTREAM = stdlib
|
||||
LUA_STDLIB_SUBDIR = lua-stdlib-release-v$(LUA_STDLIB_VERSION_UPSTREAM)
|
||||
LUA_STDLIB_LICENSE = MIT
|
||||
LUA_STDLIB_LICENSE_FILES = $(LUA_STDLIB_SUBDIR)/COPYING
|
||||
|
||||
$(eval $(luarocks-package))
|
||||
Reference in New Issue
Block a user