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

Homebrew formula for macOS installs #46

Open
gibfahn opened this issue Apr 13, 2021 · 1 comment
Open

Homebrew formula for macOS installs #46

gibfahn opened this issue Apr 13, 2021 · 1 comment

Comments

@gibfahn
Copy link

gibfahn commented Apr 13, 2021

It would be nice to have a brew formula for installing check-sieve.

Unsure if it's worth it for you to have a whole tap just for this, and I'm not sure this would be accepted into homebrew core just yet, but at least good to provide the formula for anyone coming across this:

# See upstream issue: https://github.com/dburkart/check-sieve/issues/46
class CheckSieve < Formula
  version '0.9'
  sha256 'cc9a8ee4fe3e6464d1934325d2c17c4f37799aedb85d7fda9e00991e23d93c60'

  desc 'CLI to check Sieve files for errors.'
  homepage 'https://github.com/dburkart/check-sieve'
  url "https://github.com/dburkart/check-sieve/archive/refs/tags/check-sieve-#{version}.tar.gz"
  license 'MIT'

  def install
    system 'make', 'install', "INSTALL_PREFIX=#{prefix}"
  end
end

I also pushed it to my personal tap, so can be installed with:

brew install gibfahn/tap/check-sieve
@dburkart
Copy link
Owner

Thanks for this! I'll leave this open until I figure out whether to create a tap or submit to homebrew core.

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

2 participants