Skip to content

Commit b938a9e

Browse files
committed
luarocks: added the script to install by luarocks.
1 parent 06c9bd7 commit b938a9e

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

lua-resty-etcd-0.1-0.rockspec

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
package = "lua-resty-etcd"
2+
version = "0.1-0"
3+
source = {
4+
url = "git://github.com/pintsized/lua-resty-http",
5+
tag = "v0.1"
6+
}
7+
description = {
8+
summary = "Nonblocking Lua etcd driver library for OpenResty",
9+
homepage = "https://github.com/iresty/lua-resty-etcd",
10+
license = "Apache License 2.0",
11+
maintainer = "Yuansheng Wang <[email protected]>"
12+
}
13+
dependencies = {
14+
"lua >= 5.1"
15+
}
16+
build = {
17+
type = "builtin",
18+
modules = {
19+
["resty.etcd"] = "lib/resty/etcd.lua",
20+
["resty.etcd.typeof"] = "lib/resty/etcd/typeof.lua"
21+
}
22+
}

0 commit comments

Comments
 (0)