-
Notifications
You must be signed in to change notification settings - Fork 118
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
Create home brew boilr package #71
Comments
Private Boilr brew: https://github.com/harobed/homebrew-boilr-tap |
@harobed Maybe the formula would be accepted if you rework it to build from source based on the instructions here in the Wiki, rather than maintain your own tap? Or, maybe you could submit it to homebrew-cask as a Cask instead? As mentioned in https://docs.brew.sh/Acceptable-Formulae.html#we-dont-like-binary-formulae:
That would look something like this: cask 'boilr' do
version '0.3.0'
sha256 '81c135073310adbfbfa1b46fabb8467c26e08053340491d604ee9bec886c18d8'
url "https://github.com/tmrts/boilr/releases/download/#{version}/boilr-#{version}-darwin_amd64.tgz"
appcast 'https://github.com/tmrts/boilr/releases.atom'
name 'Boilr'
homepage 'https://github.com/tmrts/boilr'
binary 'boilr'
zap trash: ['~/.config/boilr']
end |
this is the way |
I suggest to create home brew boilr package.
The text was updated successfully, but these errors were encountered: