initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
config BR2_PACKAGE_LUAJSON
|
||||
bool "luajson"
|
||||
select BR2_PACKAGE_LPEG # runtime
|
||||
help
|
||||
LuaJSON is a customizable JSON decoder/encoder
|
||||
using LPEG for parsing.
|
||||
|
||||
http://github.com/harningt/luajson
|
||||
@@ -0,0 +1,3 @@
|
||||
# computed by luarocks/buildroot
|
||||
sha256 28a5928cf2e4fd79fa9a9aceaef5ebf1dccb1146489b7de4c2726f561700f01c luajson-1.3.4-1.src.rock
|
||||
sha256 87565fca189b70f2e119b2a99e5e92a7aaab9f2eb05228b56b88e6c2e2f98bcd luajson/LICENSE
|
||||
@@ -0,0 +1,12 @@
|
||||
################################################################################
|
||||
#
|
||||
# luajson
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LUAJSON_VERSION = 1.3.4-1
|
||||
LUAJSON_SUBDIR = luajson
|
||||
LUAJSON_LICENSE = MIT
|
||||
LUAJSON_LICENSE_FILES = $(LUAJSON_SUBDIR)/LICENSE
|
||||
|
||||
$(eval $(luarocks-package))
|
||||
Reference in New Issue
Block a user