From 2674bb120124a96797f083f6d508e4d8c19e1e74 Mon Sep 17 00:00:00 2001 From: XeonSquared Date: Tue, 14 Nov 2023 19:54:11 +1000 Subject: [PATCH] add new things --- programs.cfg | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) diff --git a/programs.cfg b/programs.cfg index 54ff19f..f4af39a 100644 --- a/programs.cfg +++ b/programs.cfg @@ -317,4 +317,51 @@ authors = "Izaya", 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/" + }, }