Merge pull request #1802 from lgarron/private-eye

Added Private Eye.
This commit is contained in:
Roland Walker
2014-02-05 09:55:01 -05:00
+9
View File
@@ -0,0 +1,9 @@
class PrivateEye < Cask
url 'http://radiosilenceapp.com/downloads/Private%20Eye.pkg'
homepage 'http://radiosilenceapp.com/private-eye'
version 'latest'
no_checksum
install 'Private Eye.pkg'
# We have to try unloading the kext twice to work around a bug. See https://github.com/phinze/homebrew-cask/pull/1802#issuecomment-34171151
uninstall :kext => ['com.radiosilenceapp.nke.PrivateEye', 'com.radiosilenceapp.nke.PrivateEye'], :pkgutil => 'com.radiosilenceapp.privateEye.*'
end