Create winget package
VladKappa opened this issue · 3 comments
Adding totp-cli as a winget package would make it easy to install and update on windows.
I've been able to create a manifest via wingetcreate
utility. Not sure if I am allowed to publish it to winget repo or not, never done it.
Thanks for this tool, super useful.
Go for it, we have homebrew package and a macports package, and I own none of them. I can't say I can keep them up to date and support them myself as I don't have the tools to test and maintain them.
Occasionally, I access windows machines (or a mac), but I live on Linux.
I've successfully managed to publish the manifest to winget (microsoft/winget-pkgs#146526).
Now totp-cli
can be installed via winget:
winget install --exact --id yitsushi.totp-cli
Currently I've added only the x64 architecture zip. I'll try to maintain it as long as I can & add all the supported architectures, include more info (i.e. tags, release notes url, etc.).
Would be nice to mention about it in the README in case any other winget
users stumble upon this gem. Let me know about your thoughts.
I've successfully managed to publish the manifest to winget
Awesome.
Would be nice to mention about it in the README in case any other winget users stumble upon this gem. Let me know about your thoughts.
Opening a pull request is always welcomed (especially on docs like readme 😆).