tccutil 1.2.0 (new formula)

Closes Homebrew/homebrew#46718.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
master
Markus Reiter 2015-12-06 00:46:37 +01:00 committed by Mike McQuaid
parent 03558a3e83
commit 819b7b1811
1 changed files with 17 additions and 0 deletions

17
Formula/tccutil.rb Normal file
View File

@ -0,0 +1,17 @@
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