From 02bcbb1cdd9b2ae4674539344b7cc3801e3c4842 Mon Sep 17 00:00:00 2001 From: XeonSquared Date: Mon, 28 Oct 2019 13:38:18 +1100 Subject: [PATCH] added portinfo to the programs.cfg --- programs.cfg | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/programs.cfg b/programs.cfg index b87ce6e..737c4a7 100644 --- a/programs.cfg +++ b/programs.cfg @@ -175,4 +175,15 @@ authors = "Izaya", repo = "tree/master/" }, + ["portinfo"] = { + files = { + ["https://raw.githubusercontent.com/ShadowKatStudios/OC-ports/master/portinfo.lua"] = "/lib", + ["https://raw.githubusercontent.com/ShadowKatStudios/OC-ports/master/oc.db"] = "/lib/ports", + ["https://raw.githubusercontent.com/ShadowKatStudios/OC-ports/master/minitel.lua"] = "/lib/ports", + }, + name = "portinfo", + description = "Port information databases and library", + authors = "Izaya", + repo = "tree/master/" + }, }