package/lua-lunitx: new package

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Francois Perrad 2019-04-03 15:06:08 +02:00 committed by Thomas Petazzoni
parent c21d440c8a
commit 07e852abf9
4 changed files with 23 additions and 0 deletions

View File

@ -622,6 +622,7 @@ menu "Lua libraries/modules"
source "package/lua-http/Config.in"
source "package/lua-iconv/Config.in"
source "package/lua-lpeg-patterns/Config.in"
source "package/lua-lunitx/Config.in"
source "package/lua-markdown/Config.in"
source "package/lua-messagepack/Config.in"
source "package/lua-msgpack-native/Config.in"

View File

@ -0,0 +1,6 @@
config BR2_PACKAGE_LUA_LUNITX
bool "lua-lunitx"
help
Lunitx is a unit testing framework for lua, written in lua.
https://github.com/dcurrie/lunit

View File

@ -0,0 +1,3 @@
# computed by luarocks/buildroot
sha256 2299facf4977f9b663e1ad402098139116a87a693c3df66e1f6b89e2cf47646f lunitx-0.8-1.src.rock
sha256 3fcfcd6010d73bc2b22505b6a91779022a82661809a3e4e0a0bdd7b3463def8f lunit/LICENSE

View File

@ -0,0 +1,13 @@
################################################################################
#
# lua-lunitx
#
################################################################################
LUA_LUNITX_VERSION = 0.8-1
LUA_LUNITX_NAME_UPSTREAM = lunitx
LUA_LUNITX_SUBDIR = lunit
LUA_LUNITX_LICENSE = MIT
LUA_LUNITX_LICENSE_FILES = $(LUA_LUNITX_SUBDIR)/LICENSE
$(eval $(luarocks-package))