homebrew-cask/Casks/private-eye.rb

25 lines
934 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'private-eye' do
2014-09-17 19:42:58 +08:00
version :latest
2014-05-08 20:51:31 +08:00
sha256 :no_check
url 'http://radiosilenceapp.com/downloads/Private_Eye_for_OS_X_10.9_and_later.pkg'
2015-04-21 22:55:31 +08:00
name 'Private Eye'
homepage 'http://radiosilenceapp.com/private-eye'
2014-10-01 23:33:40 +08:00
license :oss
pkg 'Private_Eye_for_OS_X_10.9_and_later.pkg'
# We intentionally unload the kext twice as a workaround
# See https://github.com/caskroom/homebrew-cask/pull/1802#issuecomment-34171151
2014-11-22 22:12:44 +08:00
uninstall early_script: {
executable: '/sbin/kextunload',
args: ['-b', 'com.radiosilenceapp.nke.PrivateEye'],
must_succeed: false,
},
quit: 'com.radiosilenceapp.PrivateEye',
kext: 'com.radiosilenceapp.nke.PrivateEye',
pkgutil: 'com.radiosilenceapp.privateEye.*',
launchctl: 'com.radiosilenceapp.nke.PrivateEye'
2013-11-20 10:45:16 +08:00
end