initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
config BR2_PACKAGE_LUALOGGING
|
||||
bool "lualogging"
|
||||
help
|
||||
LuaLogging provides a simple API to use logging features in
|
||||
Lua. Its design was based on log4j. LuaLogging currently
|
||||
supports, through the use of appenders, console, file, rolling
|
||||
file, email, socket and SQL outputs.
|
||||
|
||||
https://lunarmodules.github.io/lualogging/
|
||||
@@ -0,0 +1,3 @@
|
||||
# computed by luarocks/buildroot
|
||||
sha256 70451dbec500dbc760f0eae666a10b19a0ba9bcbfa5dd8d3134908e5ae6d28b1 lualogging-1.5.1-1.src.rock
|
||||
sha256 4d95b123e667a13615f567a829aa39211dd55b0b48c9f247bf3fcc5c0b485da7 lualogging/COPYRIGHT
|
||||
@@ -0,0 +1,12 @@
|
||||
################################################################################
|
||||
#
|
||||
# lualogging
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LUALOGGING_VERSION = 1.5.1-1
|
||||
LUALOGGING_SUBDIR = lualogging
|
||||
LUALOGGING_LICENSE = MIT
|
||||
LUALOGGING_LICENSE_FILES = $(LUALOGGING_SUBDIR)/COPYRIGHT
|
||||
|
||||
$(eval $(luarocks-package))
|
||||
Reference in New Issue
Block a user