-
-
Notifications
You must be signed in to change notification settings - Fork 11.2k
Add Cask for Terramate Catalyst 0.15.2-beta11 #241935
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
base: main
Are you sure you want to change the base?
Conversation
bevanjkay
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please try to add a zap stanza. The linked documentation provides some recommended methods to create it.
| @@ -0,0 +1,25 @@ | |||
| cask "terramate-catalyst" do | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If this an alternative version of the standard terramate, then the token should probably be terramate@catalyst. Although this can be discussed as it looks like terramate is a formula.
| sha256 "b2c264e9c939b3664a24ce9103b9280dcfc88e77b8e473a782c4877aead2eb68" | ||
|
|
||
| url "https://github.com/terramate-io/terramate-catalyst/releases/download/v#{version}/terramate-catalyst_#{version}_darwin_x86_64.tar.gz" | ||
| end |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please interpolate the arch-specific url strings using the arch dsl.
Here's an example you can use;
https://github.com/Homebrew/homebrew-cask/blob/main/Casks/1/1password.rb#L2
| end | ||
|
|
||
| name "terramate-catalyst" | ||
| desc "Catalyst is a special distribution of Terramate CLI" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The description should describe what the cli does.
| url "https://github.com/terramate-io/terramate-catalyst/releases/download/v#{version}/terramate-catalyst_#{version}_darwin_x86_64.tar.gz" | ||
| end | ||
|
|
||
| name "terramate-catalyst" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| name "terramate-catalyst" | |
| name "Terramate Catalyst" |

Important: Do not tick a checkbox if you haven’t performed its action. Honesty is indispensable for a smooth review process.
In the following questions
<cask>is the token of the cask you're submitting.After making any changes to a cask, existing or new, verify:
brew audit --cask --online <cask>is error-free.brew style --fix <cask>reports no offenses.Additionally, if adding a new cask:
brew audit --cask --new <cask>worked successfully.HOMEBREW_NO_INSTALL_FROM_API=1 brew install --cask <cask>worked successfully.brew uninstall --cask <cask>worked successfully.