diff --git a/programs.cfg b/programs.cfg index b87ce6e..21e55b2 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.db"] = "/lib/ports", + }, + name = "portinfo", + description = "Port information databases and library", + authors = "Izaya", + repo = "tree/master/" + }, }