-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathprograms.cfg
More file actions
28 lines (28 loc) · 1.16 KB
/
programs.cfg
File metadata and controls
28 lines (28 loc) · 1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
["energy-monitor"] = {
files = {
["master/src/energy-monitor/energy-monitor.lua"] = "/bin",
["master/src/energy-monitor/energy-monitor-text.lua"] = "/bin",
["master/src/energy-monitor/energy-monitor-graphic.lua"] = "/bin",
["master/src/lib/energy-monitor-lib.lua"] = "/lib",
["master/src/energy-monitor/README.md"] = "/share/doc/energy-monitor",
["master/src/energy-monitor/License.md"] = "/share/doc/energy-monitor"
},
name = "Draconic Evolution Energy Core Monitor",
description = "[v0.2] Program to monitor a Draconic Evolution Energy Core",
note = "See /usr/share/doc/energy-monitor/README.md for Configuration and requirements",
authors = "Luisau",
repo = "tree/master/src/energy-monitor"
},
["lscomp"] = {
files = {
["master/src/lscomp/lscomp.lua"] = "/bin",
["master/src/lscomp/README.md"] = "/share/doc/lscomp",
["master/src/lscomp/License.md"] = "/share/doc/lscomp"
},
name = "Program to list all components and addresses",
description = "[v0.1] Command line program to list all components and addresses",
authors = "Luisau",
repo = "tree/master/src/lscomp"
}
}