~ubuntu-branches/debian/stretch/lua-term/stretch

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
package = 'lua-term'
version = '0.3-1'

source = {
  url = 'https://github.com/hoelzro/lua-term/archive/0.03.tar.gz',
  dir = 'lua-term-0.03',
}

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',
}