add mt-rpc to programs.cfg

This commit is contained in:
Izaya 2020-01-05 06:26:46 +11:00
parent f896547ea9
commit d24c914855
1 changed files with 16 additions and 0 deletions

View File

@ -187,4 +187,20 @@
authors = "Izaya",
repo = "tree/master/"
},
["mtrpc"] = {
files = {
["master/RPC/OpenOS/usr/bin/importcomponent.lua"] = "/bin",
["master/RPC/OpenOS/usr/bin/exportcomponent.lua"] = "/bin",
["master/RPC/OpenOS/usr/lib/rpc.lua"] = "/lib",
["master/RPC/OpenOS/usr/man/rpc"] = "/man",
},
dependencies = {
["minitel"] = "",
["vcomponent"] = ""
},
name = "Minitel Remote Procedure Call",
description = "Minitel Remote Procedure Call library and utilities for OpenOS",
authors = "Izaya",
repo = "tree/master/"
},
}