apisix/rockspec/apisix-dev-0.rockspec

46 lines
1.2 KiB
Plaintext
Raw Normal View History

2019-05-31 21:06:55 +08:00
package = "apisix"
version = "dev-0"
2019-06-04 06:46:17 +08:00
supported_platforms = {"linux", "macosx"}
2019-05-31 21:06:55 +08:00
source = {
url = "git://github.com/iresty/apisix",
branch = "master",
2019-05-31 21:06:55 +08:00
}
description = {
summary = "APISIX is a cloud-native microservices API gateway, delivering the ultimate performance, security, open source and scalable platform for all your APIs and microservices.",
homepage = "https://github.com/iresty/apisix",
license = "Apache License 2.0",
maintainer = "Yuansheng Wang <membphis@gmail.com>"
}
dependencies = {
"lua-resty-libr3 = 0.7",
2019-06-03 21:01:50 +08:00
"lua-resty-template = 1.9-1",
"lua-resty-etcd = 0.5",
"lua-resty-balancer = 0.02rc5",
"lua-resty-ngxvar = 0.3",
"lua-resty-jit-uuid = 0.0.7",
2019-07-02 12:21:45 +08:00
"rapidjson = 0.6.0-1",
"lua-resty-healthcheck-iresty = 1.0.0",
2019-05-31 21:06:55 +08:00
}
build = {
type = "make",
build_variables = {
CFLAGS="$(CFLAGS)",
LIBFLAG="$(LIBFLAG)",
LUA_LIBDIR="$(LUA_LIBDIR)",
LUA_BINDIR="$(LUA_BINDIR)",
LUA_INCDIR="$(LUA_INCDIR)",
LUA="$(LUA)",
},
install_variables = {
INST_PREFIX="$(PREFIX)",
INST_BINDIR="$(BINDIR)",
INST_LIBDIR="$(LIBDIR)",
INST_LUADIR="$(LUADIR)",
INST_CONFDIR="$(CONFDIR)",
},
}