homebrew-core/Formula/tccutil.rb
Markus Reiter b162f45804 tccutil v1.2.1
Closes Homebrew/homebrew#46798.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-12-08 17:16:29 +00:00

17 lines
486 B
Ruby

class Tccutil < Formula
desc "Utility to modify the OS X Accessibility Database (TCC.db)"
homepage "https://github.com/jacobsalmela/tccutil"
url "https://github.com/jacobsalmela/tccutil/archive/v1.2.1.tar.gz"
sha256 "7aa4506889db29ae2949f3496d4d649d6de96631a7114eaaa445664367cf288c"
head "https://github.com/jacobsalmela/tccutil.git"
bottle :unneeded
def install
bin.install "tccutil.py" => "tccutil"
end
test do
system "#{bin}/tccutil", "--help"
end
end