diff options
| author | Rob Hoelz <rob@hoelz.ro> | 2014-04-02 07:41:37 -0500 |
|---|---|---|
| committer | Rob Hoelz <rob@hoelz.ro> | 2014-04-02 07:42:41 -0500 |
| commit | 76d7c992a22d4481969a977ad36d6d35d3b2ca6f (patch) | |
| tree | de05986ca184950413418c93ee4677b938360526 /lua-term-0.2-1.rockspec | |
| parent | 0175edd4c4e9346f11187f5a728a5fe3d7420f93 (diff) | |
| download | lua-term-76d7c992a22d4481969a977ad36d6d35d3b2ca6f.tar.gz lua-term-76d7c992a22d4481969a977ad36d6d35d3b2ca6f.tar.bz2 lua-term-76d7c992a22d4481969a977ad36d6d35d3b2ca6f.zip | |
Diffstat (limited to 'lua-term-0.2-1.rockspec')
| -rw-r--r-- | lua-term-0.2-1.rockspec | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/lua-term-0.2-1.rockspec b/lua-term-0.2-1.rockspec deleted file mode 100644 index d72d497..0000000 --- a/lua-term-0.2-1.rockspec +++ /dev/null | |||
| @@ -1,23 +0,0 @@ | |||
| 1 | package = 'lua-term' | ||
| 2 | version = '0.2-1' | ||
| 3 | |||
| 4 | source = { | ||
| 5 | url = 'https://github.com/hoelzro/lua-term/archive/0.02.tar.gz', | ||
| 6 | dir = 'lua-term-0.02', | ||
| 7 | } | ||
| 8 | |||
| 9 | description = { | ||
| 10 | summary = 'Terminal functions for Lua', | ||
| 11 | homepage = 'https://github.com/hoelzro/lua-term', | ||
| 12 | license = "MIT/X11", | ||
| 13 | } | ||
| 14 | |||
| 15 | build = { | ||
| 16 | modules = { | ||
| 17 | ['term'] = 'term/init.lua', | ||
| 18 | ['term.colors'] = 'term/colors.lua', | ||
| 19 | ['term.cursor'] = 'term/cursor.lua', | ||
| 20 | ['term.core'] = 'core.c', | ||
| 21 | }, | ||
| 22 | type = 'builtin', | ||
| 23 | } | ||
