mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 09:35:26 +00:00
First commit of Shredos v2021.08.2_19_x86-64_0.32.014
This commit is contained in:
9
package/lua-stdlib/Config.in
Normal file
9
package/lua-stdlib/Config.in
Normal file
@@ -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/
|
||||
3
package/lua-stdlib/lua-stdlib.hash
Normal file
3
package/lua-stdlib/lua-stdlib.hash
Normal file
@@ -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
|
||||
14
package/lua-stdlib/lua-stdlib.mk
Normal file
14
package/lua-stdlib/lua-stdlib.mk
Normal file
@@ -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