From cce598cc2c131046485a60fffb509ab44844f1c2 Mon Sep 17 00:00:00 2001 From: Rob Hoelz Date: Sun, 3 Apr 2016 15:46:31 -0500 Subject: Update rockspec to 0.5 --- lua-term-0.4-1.rockspec | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 lua-term-0.4-1.rockspec (limited to 'lua-term-0.4-1.rockspec') diff --git a/lua-term-0.4-1.rockspec b/lua-term-0.4-1.rockspec deleted file mode 100644 index fab9aff..0000000 --- a/lua-term-0.4-1.rockspec +++ /dev/null @@ -1,23 +0,0 @@ -package = 'lua-term' -version = '0.4-1' - -source = { - url = 'https://github.com/hoelzro/lua-term/archive/0.04.tar.gz', - dir = 'lua-term-0.04', -} - -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