Hi,

pls add the attached rockspec to the archive. Description is in the rockspec.

Thanks,

Gunnar
package = "lpty"
version = "0.8-1"
source = {
        url = "http://www.tset.de/downloads/lpty-0.8-1.tar.gz";
}
description = {
        summary = "A simple facility for lua to control other programs via 
PTYs.",
        detailed = [[
                This is a simple wrapper around unix PTYs. PTYs can be opened, 
lua
                controls the master side of the PTY. Programs can be started 
with the
                client side of those PTYs as their controlling terminals.
        ]],
        homepage = "http://www.tset.de/lpty/";,
        license = "MIT/X11",
        maintainer = "Gunnar Zötl <[email protected]>"
}
supported_platforms = {
        "unix", "mac"
}
dependencies = {
        "lua >= 5.1"
}

build = {
        type = "builtin",
        modules = {
                lpty = {
                        sources = { "lpty.c" },
                },
        },
        copy_directories = { 'doc', 'samples' },
}

_______________________________________________
Luarocks-developers mailing list
[email protected]
http://lists.luaforge.net/cgi-bin/mailman/listinfo/luarocks-developers

Reply via email to