Bucket for Scoop, the Windows command-line installer.
To add this bucket, run scoop bucket add scoop-apps https://github.com/perivar/scoop-apps. To install, do scoop install <manifest>.
To check that this bucket works after adding it, you can do the following:
scoop bucket list -> you should see 'scoop-apps'
scoop search wavosaur -> you should see wavosaur listed under, 'scoop-apps bucket:'
scoop install wavosaur
To make a new manifest contribution, please read the Contributing Guide.
- Modify the Readme.md and the bin/auto-pr.ps1 files accordingly.
- Enable GitHub Actions for this repository.