add a cool lua repl
This commit is contained in:
@@ -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',
|
||||
}
|
||||
Reference in New Issue
Block a user