mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com> Co-authored-by: Richard Kuhnt <r15ch13+git@gmail.com>
29 lines
868 B
JSON
29 lines
868 B
JSON
{
|
|
"homepage": "http://www.info-zip.org/",
|
|
"license": "Info-ZIP",
|
|
"description": "Zip compression utilities",
|
|
"version": "3.0",
|
|
"bin": [
|
|
"zip.exe",
|
|
"zipcloak.exe",
|
|
"zipnote.exe",
|
|
"zipsplit.exe"
|
|
],
|
|
"architecture": {
|
|
"32bit": {
|
|
"hash": "f8bbc1821d50400245107ce8cfa4a6c7b524387b58bbd6cbe9c20094e82c3bb5",
|
|
"url": "https://r15ch13.keybase.pub/scoop/zip/zip300xn.zip"
|
|
},
|
|
"64bit": {
|
|
"hash": "ed29893fcd7f8b2afb2ead0461663584b740b5d064d4e1c87084107941197a7b",
|
|
"url": "https://r15ch13.keybase.pub/scoop/zip/zip300xn-x64.zip"
|
|
}
|
|
},
|
|
"pre_install": [
|
|
"if(Test-Path \"$dir\\zip300xn-x64.zip\") {",
|
|
"extract_zip \"$dir\\zip300xn-x64.zip\" \"$dir\"",
|
|
"Remove-Item \"$dir\\zip300xn-x64.zip\"",
|
|
"}"
|
|
]
|
|
}
|