Register winget package for Windows
adigitoleo opened this issue · 5 comments
Heading towards a v1.0 release, I wonder if a winget package could be registered for Windows. I try to manage all my significant windows packages through this new (official) CLI manager. I understand that some people may still prefer third party managers like chocolatey or similar, and even more people probably are happy with zip files, but preparing the winget manifest does not seem too complicated and submitting the registry PR can be automated with github actions. I have not had any issues with winget so far (~1 year light use on two machines).
Whoops I just remembered that they don't have a registrator bot (AFAIK) so I could just create the manifests and submit the PR manually. Not sure if there is even a way to automate it with actions after all, unless there is some kind of git-submodule magic that can be used here (I don't know enough about submodules).
OK I found some more info. There are pending discussions about adding some kind of registration automation e.g. microsoft/winget-pkgs#1515
There are some options like following the PowerToys approach or using a new third-party GH action.
If you're interested in getting it into winget then please do so.
OK I'm happy to submit the manifest in that case. Draft of the files here. One question: the nimble metadata suggests that this package is under the MIT license, but the LICENSE file is for BSD-3, which one is it?
BSD-3