homebrew-core/Formula/tccutil.rb
Markus Reiter 819b7b1811 tccutil 1.2.0 (new formula)
Closes Homebrew/homebrew#46718.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-12-07 15:59:32 +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.0.tar.gz"
sha256 "3fcac0c458969629366002a2e0142a7291ab44a0077c5495de4b1383704861bc"
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