diff --git a/programs.cfg b/programs.cfg new file mode 100644 index 0000000..2211562 --- /dev/null +++ b/programs.cfg @@ -0,0 +1,41 @@ +{ + ["gerti-client"] = { + files = { + ["master/GERTi/GERTiClient.lua"] = "/lib", + }, + name = "GERTi Client", + description = "Allows a computer to access the GERTi network.", + authors = "MajGenRelativity", + repo = "tree/master/GERTi", + }, + ["gerti-mnc"] = { + files = { + ["master/GERTi/GERTiMNC.lua"] = "/bin", + }, + name = "GERTi Master Network Controller", + description = "Master Network Controller for GERTi networks. Install gerte-api for internetwork support.", + authors = "MajGenRelativity", + repo = "tree/master/GERTi", + }, + ["gerte-api"] = { + files = { + ["master/GERTe/GERTeAPI.lua"] = "//lib", + }, + name = "GERTe Internetwork API", + description = "Allows access to other GERTi networks or GERTe clients over the internet.", + authors = "TYKUHN2", + repo = "tree/master/GERTe", + }, + ["gerti-test-application"] = { + files = { + ["master/GERTi/GERTiTestApplication.lua"] = "/bin", + }, + dependencies = { + ["gerti-client"] = "/", + }, + name = "GERTi Test Application", + description = "Very simple and rudimentary showcase of GERTi.", + authors = "MajGenRelativity", + repo = "tree/master/GERTi", + }, +}