# Template for the Homebrew tap formula. The release workflow substitutes
# {{VERSION}} and {{SHA256}} and pushes the result to blaueeiner/homebrew-tap.
desc
homepage
url
sha256
version
license
depends_on :macos
bin.install
end
test do
assert_match , shell_output()
end
end