initial buildroot for linux 5.15

This commit is contained in:
Huan.Feng
2021-12-06 14:12:13 +08:00
parent d7767d594e
commit 7b6fc358fa
12736 changed files with 508822 additions and 0 deletions
+7
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
+3
View File
@@ -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
+12
View File
@@ -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))