Skip to content

Commit

Permalink
add rockspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
forhappy committed Apr 13, 2013
1 parent ffbc69d commit 1cd07a6
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions rockspec/lua-zookeeper-scm-0.rockspec
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,24 @@
package = "zklua"
version = "scm-0"
source = {
url = "git://github.com/forhappy/zklua.git",
branch = "master"
}
description = {
summary = "Lua binding for apache zookeeper.",
homepage = "http://github.com/forhappy/zklua",
license = "APACHE LICENSE/2.0",
maintainer = "forhappy<haipingf@gmail.com>"
}
dependencies = {
"lua >= 5.1"
}
build = {
type = "builtin",
modules = {
zklua = {
sources = {"zklua.c"},
libraries = {"zklua"}
}
}
}

0 comments on commit 1cd07a6

Please sign in to comment.