You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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/46classCheckSieve < Formulaversion'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'definstallsystem'make','install',"INSTALL_PREFIX=#{prefix}"endend
I also pushed it to my personal tap, so can be installed with:
brew install gibfahn/tap/check-sieve
The text was updated successfully, but these errors were encountered:
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:
I also pushed it to my personal tap, so can be installed with:
The text was updated successfully, but these errors were encountered: