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:
parent
f896547ea9
commit
d24c914855
16
programs.cfg
16
programs.cfg
@ -187,4 +187,20 @@
|
|||||||
authors = "Izaya",
|
authors = "Izaya",
|
||||||
repo = "tree/master/"
|
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/"
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user