You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
488 B
23 lines
488 B
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',
|
|
}
|
|
|