Is your feature request related to a problem? Please describe.
While Chocolatey and Scoop are both excellent package managers for Windows, the newly released Windows Package Manager is built-in and available in all upcoming versions of Windows.
Describe the solution you'd like
Would love to see scrcpy registered for a winget install scrcpy install. Instructions for submitting the package to the winget repository are pretty simple, just uploading a manifest to the public GitHub repository of packages via a PR.
Steps:
- Create manifest
- Register manifest with winget
- Update the srccpy repository to build/validate/submit manifest
- Wait for initial confirmation that package is available
- Update this repository README.MD to include winget instructions.
Describe alternatives you've considered
Obviously we can already use choco or scoop, but those package managers have to be bootstrap-installed first if not yet in use.
Is your feature request related to a problem? Please describe.
While
ChocolateyandScoopare both excellent package managers forWindows, the newly releasedWindows Package Manageris built-in and available in all upcoming versions of Windows.Describe the solution you'd like
Would love to see scrcpy registered for a
winget install scrcpyinstall. Instructions for submitting the package to the winget repository are pretty simple, just uploading a manifest to the public GitHub repository of packages via a PR.Steps:
Describe alternatives you've considered
Obviously we can already use choco or scoop, but those package managers have to be bootstrap-installed first if not yet in use.