[Mod] First commit

This commit is contained in:
2022-10-31 22:18:58 +08:00
commit 1c8a3d9709
13090 changed files with 526733 additions and 0 deletions

7
package/lua-ev/Config.in Normal file
View File

@ -0,0 +1,7 @@
config BR2_PACKAGE_LUA_EV
bool "lua-ev"
select BR2_PACKAGE_LIBEV
help
Get access to the libev library from Lua.
https://github.com/brimworks/lua-ev

View File

@ -0,0 +1,3 @@
# Locally calculated
sha256 4e26e05830955fdd882a1b48b535be94356582eea310327f839f830cd9250d3a lua-ev-339426fbe528f11cb3cd1af69a88f06bba367981.tar.gz
sha256 c224cc31feec52e33b621ccdbc245e21316a20a134a4cd8706438a3b3382e8ac README

14
package/lua-ev/lua-ev.mk Normal file
View File

@ -0,0 +1,14 @@
################################################################################
#
# lua-ev
#
################################################################################
LUA_EV_VERSION = 339426fbe528f11cb3cd1af69a88f06bba367981
LUA_EV_SITE = $(call github,brimworks,lua-ev,$(LUA_EV_VERSION))
LUA_EV_DEPENDENCIES = luainterpreter libev
LUA_EV_LICENSE = MIT
LUA_EV_LICENSE_FILES = README
LUA_EV_CONF_OPTS = -DINSTALL_CMOD="/usr/lib/lua/$(LUAINTERPRETER_ABIVER)"
$(eval $(cmake-package))