generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
6
package/lua-resty-http/Config.in
Normal file
6
package/lua-resty-http/Config.in
Normal file
@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_LUA_RESTY_HTTP
|
||||
bool "lua-resty-http"
|
||||
help
|
||||
Lua HTTP client cosocket driver for OpenResty / ngx_lua.
|
||||
|
||||
https://github.com/ledgetech/lua-resty-http
|
||||
3
package/lua-resty-http/lua-resty-http.hash
Normal file
3
package/lua-resty-http/lua-resty-http.hash
Normal file
@ -0,0 +1,3 @@
|
||||
# computed by luarocks/buildroot
|
||||
sha256 df913a055ddc2f029017602732c7a497225f4e0df1bcc6858e13f9f4d9524184 lua-resty-http-0.15-0.src.rock
|
||||
sha256 407e4b1412d8afa317dc703a1d318866c3de87d78899402125cbd90548c6057d lua-resty-http/LICENSE
|
||||
12
package/lua-resty-http/lua-resty-http.mk
Normal file
12
package/lua-resty-http/lua-resty-http.mk
Normal file
@ -0,0 +1,12 @@
|
||||
################################################################################
|
||||
#
|
||||
# lua-resty-http
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LUA_RESTY_HTTP_VERSION = 0.15-0
|
||||
LUA_RESTY_HTTP_SUBDIR = lua-resty-http
|
||||
LUA_RESTY_HTTP_LICENSE = BSD-2-Clause
|
||||
LUA_RESTY_HTTP_LICENSE_FILES = $(LUA_RESTY_HTTP_SUBDIR)/LICENSE
|
||||
|
||||
$(eval $(luarocks-package))
|
||||
Reference in New Issue
Block a user