initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_LUA_CSNAPPY
|
||||
bool "lua-csnappy"
|
||||
help
|
||||
lua-csnappy is a binding of the csnappy library
|
||||
which implements the Google's Snappy (de)compressor.
|
||||
|
||||
https://fperrad.frama.io/lua-csnappy/
|
||||
@@ -0,0 +1,3 @@
|
||||
# computed by luarocks/buildroot
|
||||
sha256 4fc373ba714cb8b428e9971f1725d82de6a43dfea361a0b7894e4762238dc95c lua-csnappy-0.1.5-1.src.rock
|
||||
sha256 8865da757dbc6fe3c8cee4d88bdfd82c1e0e789974a4d0d52db75a985025c1f0 lua-csnappy-0.1.5/COPYRIGHT
|
||||
@@ -0,0 +1,11 @@
|
||||
################################################################################
|
||||
#
|
||||
# lua-csnappy
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LUA_CSNAPPY_VERSION = 0.1.5-1
|
||||
LUA_CSNAPPY_LICENSE = BSD-3-Clause
|
||||
LUA_CSNAPPY_LICENSE_FILES = $(LUA_CSNAPPY_SUBDIR)/COPYRIGHT
|
||||
|
||||
$(eval $(luarocks-package))
|
||||
Reference in New Issue
Block a user