Skip to content

Commit 5490e19

Browse files
committed
luarocks: release new version 0.5.
1 parent ace3a1e commit 5490e19

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
package = "lua-resty-radixtree"
2+
version = "0.5-0"
3+
source = {
4+
url = "git://github.com/iresty/lua-resty-radixtree",
5+
branch = "v0.5",
6+
}
7+
8+
description = {
9+
summary = "This is a radixtree implementation base on FFI for Lua-Openresty",
10+
homepage = "https://github.com/iresty/lua-resty-radixtree",
11+
license = "Apache License 2.0",
12+
maintainer = "Yuansheng Wang <[email protected]>"
13+
}
14+
15+
build = {
16+
type = "make",
17+
build_variables = {
18+
CFLAGS="$(CFLAGS) -std=c99 -g",
19+
LIBFLAG="$(LIBFLAG)",
20+
LUA_LIBDIR="$(LUA_LIBDIR)",
21+
LUA_BINDIR="$(LUA_BINDIR)",
22+
LUA_INCDIR="$(LUA_INCDIR)",
23+
LUA="$(LUA)",
24+
},
25+
install_variables = {
26+
INST_PREFIX="$(PREFIX)",
27+
INST_BINDIR="$(BINDIR)",
28+
INST_LIBDIR="$(LIBDIR)",
29+
INST_LUADIR="$(LUADIR)",
30+
INST_CONFDIR="$(CONFDIR)",
31+
},
32+
}

0 commit comments

Comments
 (0)