Skip to content

Commit

Permalink
luarocks: release new version. (#625)
Browse files Browse the repository at this point in the history
  • Loading branch information
membphis authored Sep 29, 2019
1 parent 9bb2174 commit 27a1c3e
Showing 1 changed file with 52 additions and 0 deletions.
52 changes: 52 additions & 0 deletions rockspec/apisix-0.8-0.rockspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
package = "apisix"
version = "0.8-0"
supported_platforms = {"linux", "macosx"}

source = {
url = "git://github.com/iresty/apisix",
branch = "v0.8",
}

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 <[email protected]>"
}

dependencies = {
"lua-resty-template = 1.9",
"lua-resty-etcd = 0.6",
"lua-resty-balancer = 0.02rc5",
"lua-resty-ngxvar = 0.3",
"lua-resty-jit-uuid = 0.0.7",
"rapidjson = 0.6.1",
"lua-resty-healthcheck-iresty = 1.0.1",
"lua-resty-jwt = 0.2.0",
"lua-resty-cookie = 0.1.0",
"lua-resty-session = 2.24",
"opentracing-openresty = 0.1",
"lua-resty-radixtree = 0.7",
"lua-resty-iputils = 0.3.0-1",
"lua-protobuf = 0.3.1",
"lua-resty-openidc = 1.7.2-1",
}

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)",
},
}

0 comments on commit 27a1c3e

Please sign in to comment.