diff options
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)) |