package/lua-livr: new package

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Francois Perrad 2020-01-14 17:37:56 +01:00 committed by Peter Korsgaard
parent 75f4520ac1
commit 48709a5c39
4 changed files with 23 additions and 0 deletions

View File

@ -650,6 +650,7 @@ menu "Lua libraries/modules"
source "package/lua-gd/Config.in" source "package/lua-gd/Config.in"
source "package/lua-http/Config.in" source "package/lua-http/Config.in"
source "package/lua-iconv/Config.in" source "package/lua-iconv/Config.in"
source "package/lua-livr/Config.in"
source "package/lua-lpeg-patterns/Config.in" source "package/lua-lpeg-patterns/Config.in"
source "package/lua-lunitx/Config.in" source "package/lua-lunitx/Config.in"
source "package/lua-markdown/Config.in" source "package/lua-markdown/Config.in"

View File

@ -0,0 +1,7 @@
config BR2_PACKAGE_LUA_LIVR
bool "lua-livr"
help
Lightweight validator supporting Language Independent
Validation Rules Specification (LIVR).
https://fperrad.frama.io/lua-LIVR

View File

@ -0,0 +1,3 @@
# computed by luarocks/buildroot
sha256 a3890301ed5f393b585cab26ac944eddc9df41bfa2ab87c11785925193453493 lua-livr-0.2.1-1.src.rock
sha256 8f09089acf52cfabcc2a44ec3a492dc261e0ae9df3c618f43b33805e696e02d8 lua-LIVR-0.2.1/COPYRIGHT

View File

@ -0,0 +1,12 @@
################################################################################
#
# lua-livr
#
################################################################################
LUA_LIVR_VERSION = 0.2.1-1
LUA_LIVR_NAME_UPSTREAM = lua-LIVR
LUA_LIVR_LICENSE = MIT
LUA_LIVR_LICENSE_FILES = $(LUA_LIVR_SUBDIR)/COPYRIGHT
$(eval $(luarocks-package))