mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
package/lua-stdlib: new package
Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com> Reviewed-by: Romain Naour <romain.naour@smile.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
4a6168db97
commit
0111ced770
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/
|
||||
2
package/lua-stdlib/lua-stdlib.hash
Normal file
2
package/lua-stdlib/lua-stdlib.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Locally calculated
|
||||
sha256 5eff1af3a16470297fa5a92c9525ae593644ae9dc0e6215158298711f5d829ee stdlib-41.2.0-1.src.rock
|
||||
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.0
|
||||
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