mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-23 19:12:13 +00:00
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:
committed by
Thomas Petazzoni
parent
ff92d5d1b6
commit
3f86a178ae
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))
|
||||
Reference in New Issue
Block a user