updated programs.cfg to include the FRequest stuff

This commit is contained in:
Izaya 2018-02-22 12:56:00 +11:00
parent 2174105d30
commit 29d2bf6d42
1 changed files with 18 additions and 0 deletions

View File

@ -6,6 +6,24 @@
},
name = "Minitel",
description = "Simple and powerful networking stack",
authors = "Izaya, Skye",
repo = "tree/master/"
},
["frequestd"] = {
files = {
["master/FRequest/etc/rc.d/fserv.lua"] = "/etc/rc.d"
},
name = "FRequest Daemon",
description = "Dumb-as-rocks FRequest server",
authors = "Izaya",
repo = "tree/master/"
},
["fget"] = {
files = {
["master/FRequest/usr/bin/fget.lua"] = "/bin"
},
name = "FGet",
description = "Dumb-as-rocks FRequest client",
authors = "Izaya",
repo = "tree/master/"
}