aboutsummaryrefslogtreecommitdiff
path: root/rockspec
diff options
context:
space:
mode:
Diffstat (limited to 'rockspec')
-rw-r--r--rockspec12
1 files changed, 5 insertions, 7 deletions
diff --git a/rockspec b/rockspec
index f2f26b19..5b0ffc9c 100644
--- a/rockspec
+++ b/rockspec
@@ -1,7 +1,9 @@
1package = "LuaRocks" 1package = "LuaRocks"
2local VER = "scm" 2local VER = "scm-1"
3local REV = "1" 3
4version = VER.."-"..REV 4source = {
5 url = "--this rockspec is used by `make bootstrap` only--",
6}
5 7
6description = { 8description = {
7 summary = "A deployment and management system for Lua modules.", 9 summary = "A deployment and management system for Lua modules.",
@@ -23,10 +25,6 @@ dependencies = {
23 "lua >= 5.1" 25 "lua >= 5.1"
24} 26}
25 27
26source = {
27 url = "http://luarocks.org/releases/luarocks-"..VER..".tar.gz",
28}
29
30build = { 28build = {
31 type = "make", 29 type = "make",
32 install_target = "install_rock", 30 install_target = "install_rock",