package/lua-std-debug: new package
Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Acked-by: Francois Perrad <francois.perrad@gadz.org> [Thomas: - drop unneeded dependency in Config.in file - add entry in DEVELOPERS file - fix location of license file - add hash for license file.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
ff92d5d1b6
commit
3f86a178ae
@ -1000,6 +1000,7 @@ F: configs/pine64_defconfig
|
||||
F: configs/pine64_sopine_defconfig
|
||||
|
||||
N: James Hilliard <james.hilliard1@gmail.com>
|
||||
F: package/lua-std-debug/
|
||||
F: package/python-aiodns/
|
||||
F: package/python-aiohttp/
|
||||
F: package/python-aiohttp-jinja2/
|
||||
|
@ -624,6 +624,7 @@ menu "Lua libraries/modules"
|
||||
source "package/lua-msgpack-native/Config.in"
|
||||
source "package/lua-periphery/Config.in"
|
||||
source "package/lua-sdl2/Config.in"
|
||||
source "package/lua-std-debug/Config.in"
|
||||
source "package/lua-stdlib/Config.in"
|
||||
source "package/lua-testmore/Config.in"
|
||||
source "package/lua-utf8/Config.in"
|
||||
|
7
package/lua-std-debug/Config.in
Normal file
7
package/lua-std-debug/Config.in
Normal file
@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_LUA_STD_DEBUG
|
||||
bool "lua-std-debug"
|
||||
help
|
||||
Manage an overall debug state, and associated hint
|
||||
substates.
|
||||
|
||||
http://lua-stdlib.github.io/_debug
|
3
package/lua-std-debug/lua-std-debug.hash
Normal file
3
package/lua-std-debug/lua-std-debug.hash
Normal file
@ -0,0 +1,3 @@
|
||||
# Locally calculated
|
||||
sha256 7f6b84283d4b78dafee17e7765dd5f1f8e75c3314169977f4dda0e7873616ce2 std._debug-1.0.1-1.src.rock
|
||||
sha256 034abdbbe9a13899c813509776d1e04af81bc58c2982b704c8b3663549504a31 _debug-1.0.1/LICENSE.md
|
16
package/lua-std-debug/lua-std-debug.mk
Normal file
16
package/lua-std-debug/lua-std-debug.mk
Normal file
@ -0,0 +1,16 @@
|
||||
################################################################################
|
||||
#
|
||||
# lua-std-debug
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LUA_STD_DEBUG_VERSION_UPSTREAM = 1.0.1
|
||||
LUA_STD_DEBUG_VERSION = $(LUA_STD_DEBUG_VERSION_UPSTREAM)-1
|
||||
LUA_STD_DEBUG_NAME_UPSTREAM = std._debug
|
||||
LUA_STD_DEBUG_SUBDIR = _debug-$(LUA_STD_DEBUG_VERSION_UPSTREAM)
|
||||
LUA_STD_DEBUG_ROCKSPEC = $(LUA_STD_DEBUG_NAME_UPSTREAM)-$(LUA_STD_DEBUG_VERSION).rockspec
|
||||
LUA_STD_DEBUG_SOURCE = $(LUA_STD_DEBUG_NAME_UPSTREAM)-$(LUA_STD_DEBUG_VERSION).src.rock
|
||||
LUA_STD_DEBUG_LICENSE = MIT
|
||||
LUA_STD_DEBUG_LICENSE_FILES = $(LUA_STD_DEBUG_SUBDIR)/LICENSE.md
|
||||
|
||||
$(eval $(luarocks-package))
|
Loading…
Reference in New Issue
Block a user