mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained 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
|
||||
3
package/lua-valua/lua-valua.hash
Normal file
3
package/lua-valua/lua-valua.hash
Normal file
@@ -0,0 +1,3 @@
|
||||
# computed by luarocks/buildroot
|
||||
sha256 bff39692fd2ac3590fd814aa1b1ca33e5d5971092955309aa8424b02b88ce1a3 valua-0.3-1.src.rock
|
||||
sha256 3444c2e739c88e41e327c6cd15e4a50fea8988570642bad6e6a43d50a7f7961f valua/LICENSE
|
||||
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))
|
||||
Reference in New Issue
Block a user