-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathexample.tar
More file actions
18 lines (18 loc) · 10 KB
/
Copy pathexample.tar
File metadata and controls
18 lines (18 loc) · 10 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
CONTROL/ 0000775 0001750 0001750 00000000000 14412552575 010604 5 ustar ar2000 ar2000 CONTROL/manifest 0000664 0001750 0001750 00000000773 14412563223 012334 0 ustar ar2000 ar2000 {
manifestVersion = "1.0",
package = "example",
dependencies = {
["neededpackage"] = "=1.0"
},
configFiles = {
"/etc/example.conf"
}, --list configurations files that need to be left on update / uninstallation of the package
name = "Example Package",
version = "1.0.0",
description = "Package description",
authors = "AR2000AR",
note = "Extra bit of information",
hidden = false,
repo = "https://github.com/AR2000AR/openComputers_codes"
}