Skip to content

Commit f190698

Browse files
committed
luarocks: add rockspec for v0.0.1
Signed-off-by: Noah Watkins <noahwatkins@gmail.com>
1 parent 1b973bb commit f190698

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
package="lua-rados"
2+
version="0.0.1-1"
3+
source = {
4+
url = "https://github.com/noahdesu/lua-rados/archive/v0.0.1.tar.gz",
5+
dir = "lua-rados-0.0.1"
6+
}
7+
description = {
8+
summary = "Lua bindings to RADOS",
9+
detailed = [[]],
10+
homepage = "http://github.com/noahdesu/lua-rados/",
11+
license = "MIT"
12+
}
13+
dependencies = {
14+
"lua >= 5.1"
15+
}
16+
build = {
17+
type = "command",
18+
build_command = "./bootstrap.sh && LUA=$(LUA) CPPFLAGS=-I$(LUA_INCDIR) ./configure --prefix=$(PREFIX) --libdir=$(LIBDIR) --datadir=$(LUADIR) && make clean && make",
19+
install_command = "make install"
20+
}

0 commit comments

Comments
 (0)