initial buildroot for linux 5.15
This commit is contained in:
@@ -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
|
||||
@@ -0,0 +1,3 @@
|
||||
# computed by luarocks/buildroot
|
||||
sha256 e2f39316b8a1e66420c56e8ddc9ce4c0118c1a240582f2ba52d7627da6dfb76d lua-livr-0.2.2-1.src.rock
|
||||
sha256 69fd426251454ea43a8068e58ac25d882922372de6b22e249bb56e00ea2cd834 lua-LIVR-0.2.2/COPYRIGHT
|
||||
@@ -0,0 +1,12 @@
|
||||
################################################################################
|
||||
#
|
||||
# lua-livr
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LUA_LIVR_VERSION = 0.2.2-1
|
||||
LUA_LIVR_NAME_UPSTREAM = lua-LIVR
|
||||
LUA_LIVR_LICENSE = MIT
|
||||
LUA_LIVR_LICENSE_FILES = $(LUA_LIVR_SUBDIR)/COPYRIGHT
|
||||
|
||||
$(eval $(luarocks-package))
|
||||
Reference in New Issue
Block a user