initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
config BR2_PACKAGE_LUABITOP
|
||||
bool "luabitop"
|
||||
depends on BR2_PACKAGE_LUA_5_1
|
||||
help
|
||||
Lua BitOp is a C extension module for Lua 5.1/5.2 which adds
|
||||
bitwise operations on numbers.
|
||||
|
||||
http://bitop.luajit.org
|
||||
|
||||
comment "luabitop needs Lua 5.1"
|
||||
depends on !BR2_PACKAGE_LUA_5_1
|
||||
@@ -0,0 +1,4 @@
|
||||
# computed by luarocks/buildroot
|
||||
sha256 fc7a8065a57462ee13bed7f95b0ab13f94ecd1bf846108c61ccf2c75548af26e luabitop-1.0.2-1.src.rock
|
||||
# Locally calcuated
|
||||
sha256 25e331120d0c2f95fa2ac6e439ca920f0a4362c366a4c7382d843113743a3ba5 LuaBitOp-1.0.2/README
|
||||
@@ -0,0 +1,12 @@
|
||||
################################################################################
|
||||
#
|
||||
# luabitop
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LUABITOP_VERSION = 1.0.2-1
|
||||
LUABITOP_NAME_UPSTREAM = LuaBitOp
|
||||
LUABITOP_LICENSE = MIT
|
||||
LUABITOP_LICENSE_FILES = $(LUABITOP_SUBDIR)/README
|
||||
|
||||
$(eval $(luarocks-package))
|
||||
Reference in New Issue
Block a user