How To Submit A PR To homebrew-cask-versions #4907
Unanswered
tmrdev
asked this question in
Writing Formulae/Casks
Replies: 1 comment
-
You can just move the file, although |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Output of
brew config
Output of
brew doctor
Description of issue
I'm trying to submit through a PR the Cask for the Greenery Beta version (v.0.9.3) to the Beta/Unstable branch at homebrew/homebrew-cask-versions
It should be noted that this Greenery Beta is a Binary release only, so there is no source code for the app.
I installed homebrew-cask-versions with this command and then used cd to enter the directory:
$: brew tap homebrew/cask-versions
Then I used the following command to create the Cask:
$: brew create --cask https://github.com/GreenfireInc/Releases.Greenery/releases/download/v0.9.3/Greenery.zip --set-name greenery-beta
After saving the Cask file (greenery-beta.rb) I noticed that it is in homebrew/homebrew-cask. Full path below:
/opt/homebrew/Library/Taps/homebrew/homebrew-cask
Is this the proper method for submitting a PR for a Binary Beta Release or should greenery-beta.rb be created in the homebrew/homebrew-cask-versions directory? The brew create command sets where the file is saved so am I issuing the command correctly?
Beta Was this translation helpful? Give feedback.
All reactions