From 76d7c992a22d4481969a977ad36d6d35d3b2ca6f Mon Sep 17 00:00:00 2001 From: Rob Hoelz Date: Wed, 2 Apr 2014 07:41:37 -0500 Subject: Update rockspec for 0.03 --- lua-term-0.3-1.rockspec | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 lua-term-0.3-1.rockspec (limited to 'lua-term-0.3-1.rockspec') diff --git a/lua-term-0.3-1.rockspec b/lua-term-0.3-1.rockspec new file mode 100644 index 0000000..2d0222e --- /dev/null +++ b/lua-term-0.3-1.rockspec @@ -0,0 +1,23 @@ +package = 'lua-term' +version = '0.3-1' + +source = { + url = 'https://github.com/hoelzro/lua-term/archive/0.03.tar.gz', + dir = 'lua-term-0.03', +} + +description = { + summary = 'Terminal functions for Lua', + homepage = 'https://github.com/hoelzro/lua-term', + license = "MIT/X11", +} + +build = { + modules = { + ['term'] = 'term/init.lua', + ['term.colors'] = 'term/colors.lua', + ['term.cursor'] = 'term/cursor.lua', + ['term.core'] = 'core.c', + }, + type = 'builtin', +} -- cgit v1.2.3-55-g6feb