From 13e55264aff198e476f0450d696c7f48e0d1ab0e Mon Sep 17 00:00:00 2001 From: Rob Hoelz Date: Fri, 14 Sep 2012 18:51:33 +0200 Subject: Rename rockspec for later --- lua-term-0.2-1.rockspec | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 lua-term-0.2-1.rockspec (limited to 'lua-term-0.2-1.rockspec') diff --git a/lua-term-0.2-1.rockspec b/lua-term-0.2-1.rockspec new file mode 100644 index 0000000..5adea76 --- /dev/null +++ b/lua-term-0.2-1.rockspec @@ -0,0 +1,21 @@ +package = 'lua-term' +version = '0.1-1' + +source = { + url = 'https://github.com/downloads/hoelzro/lua-term/lua-term-0.1.tar.gz', +} + +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.core'] = 'core.c', + }, + type = 'builtin', +} -- cgit v1.2.3-55-g6feb