-
Notifications
You must be signed in to change notification settings - Fork 12
FYI: I submitted a package to the Scoop package manager for Windows. #49
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
Comments
Thanks for doing this @sharpjs, we use goreleaser to publish cmctl, so maybe it can be automated through that tool? |
Quite possibly. I'm not familiar with Go tools at all, but I'd be happy to go though the process and distill it into a list of commands for an automation tool to do. For now, I understand the high-level process to be:
Edit: Looks like Scoop provides an
|
Ok, no problem. We can probably start by doing it manually, this was the setup I was thinking about: https://goreleaser.com/customization/scoop/. |
I saw a notification today for v2.1.0-alpha.0. FYI, I'll be on vacation from today (June 10th) through 17th, without access to a computer. Just FYI, if the 2.1.0 release happens during that time, I won't update the Scoop PR until the 18th at the earliest. Then again, there seems to be surprisingly little movement on that PR, so I'm not sure a few days' delay would matter. |
I also created issue ScoopInstaller/Main#5942 corresponding to the PR. |
The Scoop PR was merged. A Scoop maintainer changed the method of hash retrieval from JsonPath-on-SBOM to |
This is more of a FYI than an issue. I wanted an easy way to install
cmctl
on Windows and keep it up to date, so I submitted a package manifest to the Scoop package manager'smain
bucket.The PR is here: ScoopInstaller/Main#5711
If the PR is accepted, then installation on Windows becomes as easy as
scoop install cmctl
.Maintaining such a Scoop package is easy. Bumping the version and hashes for a program like
cmctl
requires only a single command and a PR. Anyone can do it; I intend to do so if nobody else does.The text was updated successfully, but these errors were encountered: