diff options
author | Semyon Kolganov <semenak94@mail.ru> | 2017-04-25 21:10:58 +0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-05-04 22:23:19 +0200 |
commit | e88995f065986dc56ce5a7c222f7a9f6cbff2b94 (patch) | |
tree | 36870878cf44606b08097b4ae7e8852887fad433 /package/lua-resty-http/lua-resty-http.mk | |
parent | 33ad356ce5dacabe0d3dac89832ce264633793d3 (diff) | |
download | buildroot-e88995f065986dc56ce5a7c222f7a9f6cbff2b94.tar.gz buildroot-e88995f065986dc56ce5a7c222f7a9f6cbff2b94.zip |
lua-resty-http: new package
Signed-off-by: Semyon Kolganov <semenak94@mail.ru>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/lua-resty-http/lua-resty-http.mk')
-rw-r--r-- | package/lua-resty-http/lua-resty-http.mk | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/package/lua-resty-http/lua-resty-http.mk b/package/lua-resty-http/lua-resty-http.mk new file mode 100644 index 0000000000..927fdae46f --- /dev/null +++ b/package/lua-resty-http/lua-resty-http.mk @@ -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)) |