1
0
mirror of https://github.com/ShadowKatStudios/OC-Minitel.git synced 2024-11-23 02:28:05 +11:00

add mt-rpc to programs.cfg

This commit is contained in:
Izaya 2020-01-05 06:26:46 +11:00
parent f896547ea9
commit d24c914855

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