added a programs.cfg for OPPM

This commit is contained in:
Izaya 2018-02-17 18:38:04 +11:00
parent e891f0d220
commit 08af161598
1 changed files with 12 additions and 0 deletions

12
programs.cfg Normal file
View File

@ -0,0 +1,12 @@
{
["minitel"] = {
files = {
["master/OpenOS/etc/rc.d/minitel.lua"] = "/etc/rc.d",
["master/OpenOS/usr/lib/net.lua"] = "/lib",
},
name = "Minitel",
description = "Simple and powerful networking stack",
authors = "Izaya",
repo = "tree/master/"
}
}