initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
config BR2_PACKAGE_WSAPI
|
||||
bool "wsapi"
|
||||
select BR2_PACKAGE_COXPCALL if BR2_PACKAGE_LUA_5_1 # runtime
|
||||
select BR2_PACKAGE_LUAFILESYSTEM # runtime
|
||||
select BR2_PACKAGE_RINGS # runtime
|
||||
help
|
||||
API that abstracts the web server from Lua web applications.
|
||||
|
||||
https://keplerproject.github.io/wsapi/
|
||||
@@ -0,0 +1,4 @@
|
||||
# computed by luarocks/buildroot
|
||||
sha256 1a0829dffd6bdbf99f5c4278d504cda5ede9344d5089bdcf5216c9eb2999ae22 wsapi-1.7-1.src.rock
|
||||
sha256 6aa14e3febf7a9e810ce672b015f5a5514241ce5d1c3a6a48f921f089d270159 wsapi/doc/us/license.html
|
||||
sha256 c7bf3061d00a96d10cb9dbc3a737d0af22594e2ef8f788842d7ab92eeaa864f2 wsapi/doc/us/license.md
|
||||
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# wsapi
|
||||
#
|
||||
################################################################################
|
||||
|
||||
WSAPI_VERSION = 1.7-1
|
||||
WSAPI_SUBDIR = wsapi
|
||||
WSAPI_LICENSE = MIT
|
||||
WSAPI_LICENSE_FILES = \
|
||||
$(WSAPI_SUBDIR)/doc/us/license.html \
|
||||
$(WSAPI_SUBDIR)/doc/us/license.md
|
||||
|
||||
$(eval $(luarocks-package))
|
||||
Reference in New Issue
Block a user