Skip to content
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

Open
harobed opened this issue Mar 17, 2018 · 4 comments
Open

Create home brew boilr package #71

harobed opened this issue Mar 17, 2018 · 4 comments

Comments

@harobed
Copy link

harobed commented Mar 17, 2018

I suggest to create home brew boilr package.

@harobed
Copy link
Author

harobed commented Mar 17, 2018

Private Boilr brew: https://github.com/harobed/homebrew-boilr-tap

@harobed
Copy link
Author

harobed commented Mar 17, 2018

@danielbayley
Copy link

@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:

Binary-only formulae should go to homebrew/cask.

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

@ashtonian
Copy link

this is the way

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants