mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
13 lines
386 B
Makefile
13 lines
386 B
Makefile
################################################################################
|
|
#
|
|
# 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))
|