From 64b106c13e18c33be0f2b0de532054e0ed3f731d Mon Sep 17 00:00:00 2001 From: jacqueline Date: Wed, 13 Dec 2023 16:10:08 +1100 Subject: add a cool lua repl --- lib/lua-term/lua-term-0.7-1.rockspec | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 lib/lua-term/lua-term-0.7-1.rockspec (limited to 'lib/lua-term/lua-term-0.7-1.rockspec') diff --git a/lib/lua-term/lua-term-0.7-1.rockspec b/lib/lua-term/lua-term-0.7-1.rockspec new file mode 100644 index 00000000..ba1a2bf2 --- /dev/null +++ b/lib/lua-term/lua-term-0.7-1.rockspec @@ -0,0 +1,23 @@ +package = 'lua-term' +version = '0.7-1' + +source = { + url = 'https://github.com/hoelzro/lua-term/archive/0.07.tar.gz', + dir = 'lua-term-0.07', +} + +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