mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
lua-resty-http: new package
Signed-off-by: Semyon Kolganov <semenak94@mail.ru> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
33ad356ce5
commit
e88995f065
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.
|
||||
|
||||
http://github.com/pintsized/lua-resty-http
|
||||
2
package/lua-resty-http/lua-resty-http.hash
Normal file
2
package/lua-resty-http/lua-resty-http.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Locally calculated
|
||||
sha256 3d30dd5a273438e39741fcf87ae5e147d8700bd8faa7dfe9916ea425f9c716f7 lua-resty-http-0.10-0.src.rock
|
||||
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.10-0
|
||||
LUA_RESTY_HTTP_SUBDIR = lua-resty-http
|
||||
LUA_RESTY_HTTP_LICENSE = BSD-2-Clause
|
||||
LUA_RESTY_HTTP_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(luarocks-package))
|
||||
Reference in New Issue
Block a user