added portinfo to the programs.cfg

This commit is contained in:
Izaya 2019-10-28 13:38:18 +11:00
parent 1ae39fc223
commit 02bcbb1cdd
1 changed files with 11 additions and 0 deletions

View File

@ -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/"
},
}