Move all to deprecated folder.
This commit is contained in:
10
deprecated/firmware/buildroot/package/wsapi/Config.in
Normal file
10
deprecated/firmware/buildroot/package/wsapi/Config.in
Normal file
@@ -0,0 +1,10 @@
|
||||
config BR2_PACKAGE_WSAPI
|
||||
bool "wsapi"
|
||||
# Runtime dependency only
|
||||
select BR2_PACKAGE_COXPCALL
|
||||
select BR2_PACKAGE_LUAFILESYSTEM
|
||||
select BR2_PACKAGE_RINGS
|
||||
help
|
||||
API that abstracts the web server from Lua web applications.
|
||||
|
||||
http://keplerproject.github.com/wsapi/
|
||||
2
deprecated/firmware/buildroot/package/wsapi/wsapi.hash
Normal file
2
deprecated/firmware/buildroot/package/wsapi/wsapi.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# locally computed hash
|
||||
sha256 f7f1b0ddc68c257965c42ac7155904d8ff7c2b7256f65ef1b82fda0039137d61 wsapi-1.6.1-1.src.rock
|
||||
10
deprecated/firmware/buildroot/package/wsapi/wsapi.mk
Normal file
10
deprecated/firmware/buildroot/package/wsapi/wsapi.mk
Normal file
@@ -0,0 +1,10 @@
|
||||
################################################################################
|
||||
#
|
||||
# wsapi
|
||||
#
|
||||
################################################################################
|
||||
|
||||
WSAPI_VERSION = 1.6.1-1
|
||||
WSAPI_LICENSE = MIT
|
||||
|
||||
$(eval $(luarocks-package))
|
||||
Reference in New Issue
Block a user