-
Notifications
You must be signed in to change notification settings - Fork 0
/
777.json
33 lines (33 loc) · 946 Bytes
/
777.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
{
"name": "777",
"comment": "Precursor to 7z by Igor Pavlov - http://fileformats.archiveteam.org/wiki/777",
"extensions": ["777"],
"install": {
"method": "apt",
"packages": ["wine"],
"tool": "777.exe",
"container": "win32/777/777004b1.zip"
},
"pack": {
"exe": "wine",
"cmdline": "$tool $tools/777.exe a $file.777 $file",
"type": "wine"
},
"unpack": {
"exe": "wine",
"cmdline": "cd $destdir && $tool $tools/777.exe e -o. z:$archive",
"extension": "777",
"force_extension": true
},
"test": {
"blob": "H4sIAPmA0WEAAzM3Nz926SADQ3BY7yMGBksGIGBhUACSuYbTXRUZbjCi0zb6978xMQMVgDAjg4G5uTkAC15DQkQAAAA=",
"file": "0",
"content": "777",
"delete": true
},
"identification": {
"file": "777 archive data",
"trid": "(.777) 777 compressed archive",
"idarc": "777"
}
}