-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add scoop.sh support #288
Comments
We're not very familiar with Windows. Do you know what the app manifest should look like? |
For my Go apps, I use GoReleaser to generate the Scoop manifests. It looks like certigo already has a release process, so perhaps generate the Scoop manifest directly: {
"version": "0.0.17",
"architecture": {
"64bit": {
"url": "https://github.com/bbkane/fling/releases/download/v0.0.17/fling_0.0.17_windows_amd64.tar.gz",
"bin": [
"fling.exe"
],
"hash": "93ca42d9b8db31bd1479c9bcba212c24fe43af85bc8a98475575dc701e99a762"
}
},
"homepage": "https://github.com/bbkane/fling",
"license": "MIT",
"description": "fling computes and creates/removes the minimal amount of symlinks needed in a directory to refer to files and directories in another directory, similar to GNU Stow. I use fling to manage my dotfiles"
} If by some chance you do want to switch to using GoReleaser to release certigo, see the GoReleaser docs on Scoop Manifests and the GoReleaser yaml I use to generates the manifest. |
Fixed with ScoopInstaller/Main#4693.
|
Hello - I'd like to keep certigo updated with scoop.sh (similar to Homebrew but for Windows). Would it be possible to register certigo with Scoop so I could use scoop to install certigo?
The text was updated successfully, but these errors were encountered: