EverythingToolbar
EverythingToolbar copied to clipboard
[Packaging] Scoop Distribution
Preflight Checklist
- [X] I have searched all open and closed issues for the same feature request without success.
Problem Description
I generally use scoop to install software on windows, I know i could use Chocolatey or winget, but I would prefer scoop.
Proposed Solution
PR the necessary manifest file to Scoop Extras Bucket or another scoop bucket.
Alternatives Considered
using choco or winget, but I would really prefer scoop.
Additional Information
No response
Hi @TayouVR and sorry for the late reply. Are you aware of any automated solutions to release to Scoop?
scoop can automatically fetch new releases from github releases or ci if the package manifest is setup that way. I have not created any scoop packages myself, so I'm not the most knowledgeable about that. If I were to create that manifest myself i would take a look at the games/prismlauncher and versions/prismlauncher-git packages respectively and kinda copy that a little (as I'm involved with that project). Otherwise, scoop has documentation here: https://github.com/ScoopInstaller/Scoop/wiki/App-Manifests https://github.com/ScoopInstaller/Scoop/wiki/App-Manifest-Autoupdate
edit: for a git package it seems Prism Launcher is using nightly.link to fetch new versions. I suppose accessing github ci directly isn't possible because of account requirement