Add winget support · Issue #346 · wagoodman/dive (original) (raw)
Adding winget support would make it much easier to install and make use of dive.
Once we have issue #345 done, it will be possible to achieve this with the following schema:
Id: wagoodman.dive
Name: dive
AppMoniker:
Version: 0.10.0
Publisher: wagoodman
Author: Alex Goodman
License: MIT
LicenseUrl: https://github.com/wagoodman/dive/blob/master/LICENSE
Homepage: https://github.com/wagoodman/dive
Description: A tool for exploring a docker image, layer contents, and discovering ways to shrink the size of your Docker/OCI image.
Tags: docker,cli,docker-image,inspector,tui,explorer,dive
InstallerType: msi
Switches:
Custom:
Silent:
SilentWithProgress:
Installers:
- Arch: x64
Url: https://github.com/wagoodman/dive/releases/download/v0.10.0/dive_0.10.0_windows_amd64.msi
Sha256: <hash>
We then submit a PR to https://github.com/microsoft/winget-pkgs where the package will be included and become available through winget.
Happy to help with these two issues where I can.