Skip to content

Commit

Permalink
luarocks: added the script to install by luarocks.
Browse files Browse the repository at this point in the history
  • Loading branch information
membphis committed May 8, 2019
1 parent 06c9bd7 commit b938a9e
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions lua-resty-etcd-0.1-0.rockspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
package = "lua-resty-etcd"
version = "0.1-0"
source = {
url = "git://github.com/pintsized/lua-resty-http",
tag = "v0.1"
}
description = {
summary = "Nonblocking Lua etcd driver library for OpenResty",
homepage = "https://github.com/iresty/lua-resty-etcd",
license = "Apache License 2.0",
maintainer = "Yuansheng Wang <[email protected]>"
}
dependencies = {
"lua >= 5.1"
}
build = {
type = "builtin",
modules = {
["resty.etcd"] = "lib/resty/etcd.lua",
["resty.etcd.typeof"] = "lib/resty/etcd/typeof.lua"
}
}

0 comments on commit b938a9e

Please sign in to comment.