diff options
| author | Hisham Muhammad <hisham@gobolinux.org> | 2015-03-17 22:27:20 -0300 |
|---|---|---|
| committer | Hisham Muhammad <hisham@gobolinux.org> | 2015-03-17 22:27:20 -0300 |
| commit | 855259b52e0e7c5ed81539c975dcaef4469797b9 (patch) | |
| tree | dcab53fd1a4f31fda283faee19523e7e274b10f0 /rockspec | |
| parent | 92d63635a0cd0d336e65e9cd4a8e389bff406cc3 (diff) | |
| download | luarocks-855259b52e0e7c5ed81539c975dcaef4469797b9.tar.gz luarocks-855259b52e0e7c5ed81539c975dcaef4469797b9.tar.bz2 luarocks-855259b52e0e7c5ed81539c975dcaef4469797b9.zip | |
New set of Makefiles for self-upgrade.
Diffstat (limited to 'rockspec')
| -rw-r--r-- | rockspec | 12 |
1 files changed, 5 insertions, 7 deletions
| @@ -1,7 +1,9 @@ | |||
| 1 | package = "LuaRocks" | 1 | package = "LuaRocks" |
| 2 | local VER = "scm" | 2 | local VER = "scm-1" |
| 3 | local REV = "1" | 3 | |
| 4 | version = VER.."-"..REV | 4 | source = { |
| 5 | url = "--this rockspec is used by `make bootstrap` only--", | ||
| 6 | } | ||
| 5 | 7 | ||
| 6 | description = { | 8 | description = { |
| 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 | ||
| 26 | source = { | ||
| 27 | url = "http://luarocks.org/releases/luarocks-"..VER..".tar.gz", | ||
| 28 | } | ||
| 29 | |||
| 30 | build = { | 28 | build = { |
| 31 | type = "make", | 29 | type = "make", |
| 32 | install_target = "install_rock", | 30 | install_target = "install_rock", |
