tccutil 1.2.0 (new formula)
Closes Homebrew/homebrew#46718. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>master
parent
03558a3e83
commit
819b7b1811
|
@ -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
|
Loading…
Reference in New Issue