mirror of
https://github.com/ShadowKatStudios/OC-Minitel.git
synced 2024-11-01 08:10:56 +11:00
add new things
This commit is contained in:
parent
bff81dafba
commit
2674bb1201
47
programs.cfg
47
programs.cfg
@ -317,4 +317,51 @@
|
|||||||
authors = "Izaya",
|
authors = "Izaya",
|
||||||
repo = "tree/master/"
|
repo = "tree/master/"
|
||||||
},
|
},
|
||||||
|
["bbs"] = {
|
||||||
|
files = {},
|
||||||
|
dependencies = {
|
||||||
|
["https://git.shadowkat.net/izaya/OC-misc/raw/branch/master/bbs/OpenOS/bin/bbs.lua"] = "/bin",
|
||||||
|
["mtrpc"] = "",
|
||||||
|
},
|
||||||
|
name = "bbs",
|
||||||
|
description = "RPC-based BBS client",
|
||||||
|
authors = "Izaya",
|
||||||
|
repo = "tree/master/"
|
||||||
|
},
|
||||||
|
["bbsd"] = {
|
||||||
|
files = {},
|
||||||
|
dependencies = {
|
||||||
|
["https://git.shadowkat.net/izaya/OC-misc/raw/branch/master/bbs/OpenOS/lib/bboard.lua"] = "/lib",
|
||||||
|
["https://git.shadowkat.net/izaya/OC-misc/raw/branch/master/bbs/OpenOS/etc/rc.d/bbsd.lua"] = "//etc/rc.d",
|
||||||
|
["mtrpc"] = "",
|
||||||
|
},
|
||||||
|
name = "bbsd",
|
||||||
|
description = "RPC-based BBS server",
|
||||||
|
authors = "Izaya",
|
||||||
|
repo = "tree/master/"
|
||||||
|
},
|
||||||
|
["livefdd"] = {
|
||||||
|
files = {},
|
||||||
|
dependencies = {
|
||||||
|
["https://git.shadowkat.net/izaya/OC-misc/raw/branch/master/livefdd/etc/rc.d/livefdd.lua"] = "//etc/rc.d",
|
||||||
|
["mtar"] = "",
|
||||||
|
["liblz16"] = "",
|
||||||
|
},
|
||||||
|
name = "Live Floppy Disk Daemon",
|
||||||
|
description = "Handles archive unpacking and linking for constrained OpenOS installations",
|
||||||
|
authors = "Izaya",
|
||||||
|
repo = "tree/master/"
|
||||||
|
},
|
||||||
|
["livefdc"] = {
|
||||||
|
files = {},
|
||||||
|
dependencies = {
|
||||||
|
["https://git.shadowkat.net/izaya/OC-misc/raw/branch/master/livefdd/bin/livefdc.lua"] = "/bin",
|
||||||
|
["mtar"] = "",
|
||||||
|
["liblz16"] = "",
|
||||||
|
},
|
||||||
|
name = "Live Floppy Disk Creator",
|
||||||
|
description = "Tool for remastering OpenOS installation media.",
|
||||||
|
authors = "Izaya",
|
||||||
|
repo = "tree/master/"
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user