diff --git a/bucket/nanazip.json b/bucket/nanazip.json new file mode 100644 index 0000000000..ccb5a9ea02 --- /dev/null +++ b/bucket/nanazip.json @@ -0,0 +1,37 @@ +{ + "version": "2.0.396", + "description": "The 7-Zip derivative intended for the modern Windows experience", + "homepage": "https://github.com/M2Team/NanaZip", + "license": "MIT", + "url": "https://github.com/M2Team/NanaZip/releases/download/2.0.396/40174MouriNaruto.NanaZip_2.0.396.0_gnj4mf6z9tkrc.msixbundle#/dl.7z", + "hash": "67bc86ae748957edffa9fff9585e52fa582efe7470633feeb3e036f3d18c06ad", + "pre_install": [ + "Remove-Item -Path \"$dir\\*\" -Exclude *.msix -Recurse -Force", + "Expand-7zipArchive -Path \"$dir\\*$(switch ($architecture) { '64bit' { 'x64' } '32bit' { 'x86' } 'arm64' { 'ARM64' } }).msix\"", + "Remove-Item -Path \"$dir\\*\" -Include '*.msix', 'Appx*', '?Content*', 'Code*' -Recurse -Force" + ], + "bin": [ + [ + "NanaZipC.exe", + "7z" + ], + [ + "NanaZipG.exe", + "7zG" + ] + ], + "shortcuts": [ + [ + "NanaZip.exe", + "NanaZip" + ] + ], + "checkver": "github", + "autoupdate": { + "url": "https://github.com/M2Team/NanaZip/releases/download/$version/40174MouriNaruto.NanaZip_$version.0_gnj4mf6z9tkrc.msixbundle#/dl.7z", + "hash": { + "url": "https://github.com/M2Team/NanaZip/releases/tag/$version", + "regex": "(?s)$basename.*?$sha256" + } + } +}