diff options
| author | Rob Hoelz <rob@hoelz.ro> | 2012-09-14 18:51:33 +0200 |
|---|---|---|
| committer | Rob Hoelz <rob@hoelz.ro> | 2012-09-14 18:51:33 +0200 |
| commit | 13e55264aff198e476f0450d696c7f48e0d1ab0e (patch) | |
| tree | b5373afbef4c7a187919efae51c380284f235af6 /lua-term-0.1-1.rockspec | |
| parent | c762dd1c1428e0ffca66abb5b1ffe26f6646f722 (diff) | |
| download | lua-term-13e55264aff198e476f0450d696c7f48e0d1ab0e.tar.gz lua-term-13e55264aff198e476f0450d696c7f48e0d1ab0e.tar.bz2 lua-term-13e55264aff198e476f0450d696c7f48e0d1ab0e.zip | |
Rename rockspec for later
Diffstat (limited to 'lua-term-0.1-1.rockspec')
| -rw-r--r-- | lua-term-0.1-1.rockspec | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/lua-term-0.1-1.rockspec b/lua-term-0.1-1.rockspec deleted file mode 100644 index 5adea76..0000000 --- a/lua-term-0.1-1.rockspec +++ /dev/null | |||
| @@ -1,21 +0,0 @@ | |||
| 1 | package = 'lua-term' | ||
| 2 | version = '0.1-1' | ||
| 3 | |||
| 4 | source = { | ||
| 5 | url = 'https://github.com/downloads/hoelzro/lua-term/lua-term-0.1.tar.gz', | ||
| 6 | } | ||
| 7 | |||
| 8 | description = { | ||
| 9 | summary = 'Terminal functions for Lua', | ||
| 10 | homepage = 'https://github.com/hoelzro/lua-term', | ||
| 11 | license = "MIT/X11", | ||
| 12 | } | ||
| 13 | |||
| 14 | build = { | ||
| 15 | modules = { | ||
| 16 | ['term'] = 'term/init.lua', | ||
| 17 | ['term.colors'] = 'term/colors.lua', | ||
| 18 | ['term.core'] = 'core.c', | ||
| 19 | }, | ||
| 20 | type = 'builtin', | ||
| 21 | } | ||
