-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathzip.json
41 lines (41 loc) · 972 Bytes
/
zip.json
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
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "ZIP",
"extensions": [
"zip",
"jar",
"xpi",
"wz",
"exe",
"imz",
"apk",
"docx",
"docm",
"maff"
],
"install": {
"method": "apt",
"packages": ["unzip"]
},
"pack": {
"exe": "zip",
"cmdline": "$tool -q $file.zip $file",
"type": "archiver"
},
"unpack": {
"exe": "unzip",
"cmdline": "$tool $archive -d $destdir",
"extension": "zip",
"force_extension": true
},
"test": {
"blob": "H4sIAOL0ymEAAwvwZmbhYgCBhs1zgs9c33WFGcgGYUYGGQaD0BBOBuYDX04lgnBpBTcDIwtILZiI8gwI8GZkkmPGpV8CLM4IxEsaQSygaawQ09BMCvBmZYMoZWRwB9J2YI0AHG5Bv5sAAAA=",
"file": "0",
"content": "ZIP",
"delete": true
},
"identification": {
"file": "Zip archive data, at least v1.0 to extract",
"trid": " (.ZIP) ZIP compressed archive",
"idarc": "ZIP"
}
}