mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-31 07:06:36 +00:00
lua-valua: new package
Signed-off-by: Francois Perrad <francois.perrad@gadz.org> [Arnout: rewrap help text] Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
parent
f8e41394d3
commit
25e8edcc7f
@ -602,6 +602,7 @@ menu "Lua libraries/modules"
|
|||||||
source "package/luasec/Config.in"
|
source "package/luasec/Config.in"
|
||||||
source "package/luasocket/Config.in"
|
source "package/luasocket/Config.in"
|
||||||
source "package/luasql-sqlite3/Config.in"
|
source "package/luasql-sqlite3/Config.in"
|
||||||
|
source "package/lua-valua/Config.in"
|
||||||
source "package/lunit/Config.in"
|
source "package/lunit/Config.in"
|
||||||
source "package/lutok/Config.in"
|
source "package/lutok/Config.in"
|
||||||
source "package/luv/Config.in"
|
source "package/luv/Config.in"
|
||||||
|
9
package/lua-valua/Config.in
Normal file
9
package/lua-valua/Config.in
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
config BR2_PACKAGE_LUA_VALUA
|
||||||
|
bool "lua-valua"
|
||||||
|
help
|
||||||
|
This module provides tools for validating values, very useful
|
||||||
|
in forms, but also usable elsewhere. It works in appended
|
||||||
|
chains. Create a new validation object and start chaining
|
||||||
|
your test functions.
|
||||||
|
|
||||||
|
https://github.com/sailorproject/valua
|
2
package/lua-valua/lua-valua.hash
Normal file
2
package/lua-valua/lua-valua.hash
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
# Locally calculated
|
||||||
|
sha256 bff39692fd2ac3590fd814aa1b1ca33e5d5971092955309aa8424b02b88ce1a3 valua-0.3-1.src.rock
|
13
package/lua-valua/lua-valua.mk
Normal file
13
package/lua-valua/lua-valua.mk
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
################################################################################
|
||||||
|
#
|
||||||
|
# lua-valua
|
||||||
|
#
|
||||||
|
################################################################################
|
||||||
|
|
||||||
|
LUA_VALUA_VERSION = 0.3-1
|
||||||
|
LUA_VALUA_NAME_UPSTREAM = valua
|
||||||
|
LUA_VALUA_SUBDIR = valua
|
||||||
|
LUA_VALUA_LICENSE = MIT
|
||||||
|
LUA_VALUA_LICENSE_FILES = $(LUA_VALUA_SUBDIR)/LICENSE
|
||||||
|
|
||||||
|
$(eval $(luarocks-package))
|
Loading…
x
Reference in New Issue
Block a user