-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
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
endI also pushed it to my personal tap, so can be installed with:
brew install gibfahn/tap/check-sieveReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels