From 3d3be80ea53730a2c661fd50c781905c697c863d Mon Sep 17 00:00:00 2001 From: XeonSquared Date: Thu, 23 Nov 2023 18:11:38 +1000 Subject: [PATCH] add DSS2 to programs.cfg, maybe. --- programs.cfg | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) diff --git a/programs.cfg b/programs.cfg index f4af39a..7349ab3 100644 --- a/programs.cfg +++ b/programs.cfg @@ -364,4 +364,52 @@ authors = "Izaya", repo = "tree/master/" }, + ["mtmenu"] = { + files = {}, + dependencies = { + ["https://git.shadowkat.net/izaya/OC-misc/raw/branch/master/mtmenu/mtmenu.lua"] = "/lib", + }, + name = "Minitel Menu Library", + description = "Simple reusable menu system", + authors = "Izaya", + repo = "tree/master/" + }, + ["dss2-server"] = { + files = {}, + dependencies = { + ["https://git.shadowkat.net/izaya/OC-DSS2/raw/branch/master/OpenOS/server/usr/lib/inv.lua"] = "/lib", + ["https://git.shadowkat.net/izaya/OC-DSS2/raw/branch/master/OpenOS/server/usr/bin/addalias.lua"] = "/bin", + ["https://git.shadowkat.net/izaya/OC-DSS2/raw/branch/master/OpenOS/server/etc/rc.d/searchsrv.lua"] = "//etc/rc.d", + ["mtrpc"] = "", + ["liblz16"] = "", + }, + name = "Drawer Storage System 2 Server", + description = "Server component of a DSS2 system", + authors = "Izaya", + repo = "tree/master/" + }, + ["dss2-client"] = { + files = {}, + dependencies = { + ["https://git.shadowkat.net/izaya/OC-DSS2/raw/branch/master/OpenOS/client/usr/lib/inv.lua"] = "/lib", + ["mtrpc"] = "", + ["liblz16"] = "", + }, + name = "Drawer Storage System 2 Client", + description = "Client component of a DSS2 system", + authors = "Izaya", + repo = "tree/master/" + }, + ["dss2-frontend"] = { + files = {}, + dependencies = { + ["https://git.shadowkat.net/izaya/OC-DSS2/raw/branch/master/OpenOS/client/usr/bin/search4.lua"] = "/lib", + ["mtrpc"] = "", + ["liblz16"] = "", + }, + name = "Drawer Storage System 2 Frontend", + description = "Standard frontend for DSS2, suitable for client or server", + authors = "Izaya", + repo = "tree/master/" + }, }