28 lines
548 B
INI
28 lines
548 B
INI
|
{
|
||
|
["minitel-chat"] = {
|
||
|
files = {
|
||
|
["master/minitel-chat/chat.lua"] = "/bin",
|
||
|
},
|
||
|
dependencies = {
|
||
|
["minitel"] = "",
|
||
|
},
|
||
|
name = "Minitel Chat",
|
||
|
description = "Exceedingly dumb chat client",
|
||
|
authors = "Izaya",
|
||
|
repo = "tree/master/"
|
||
|
},
|
||
|
["minitel-chatd"] = {
|
||
|
files = {
|
||
|
["master/minitel-chat/chatd.lua"] = "//etc/rc.d",
|
||
|
},
|
||
|
dependencies = {
|
||
|
["minitel"] = "",
|
||
|
["libsyslog"] = "",
|
||
|
},
|
||
|
name = "Minitel Chat (Server)",
|
||
|
description = "Exceedingly dumb chat server",
|
||
|
authors = "Izaya",
|
||
|
repo = "tree/master/"
|
||
|
},
|
||
|
}
|