homebrew-cask/Casks/blockblock.rb

24 lines
971 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'blockblock' do
2015-12-31 23:58:18 +08:00
version '0.9.4'
sha256 'ae95c40ce4f33b4b46a62b925fb0bc0ef00c61a56c5c933c69316ff382ab397b'
2015-09-20 05:32:26 +08:00
# bitbucket.org is the official download host per the vendor homepage
url "https://bitbucket.org/objective-see/deploy/downloads/BlockBlock_#{version}.zip"
name 'BlockBlock'
homepage 'https://objective-see.com/products/blockblock.html'
license :unknown
2015-12-31 23:58:18 +08:00
installer :manual => 'BlockBlock_Installer.app'
2015-09-20 05:32:26 +08:00
uninstall :quit => 'com.objectivesee.BlockBlock',
2015-09-20 05:32:26 +08:00
:launchctl => [
'com.objectiveSee.blockblock.agent',
'com.objectiveSee.blockblock.daemon',
2015-09-20 05:32:26 +08:00
],
:delete => [
'/Applications/BlockBlock.app',
'/Library/LaunchDaemons/com.objectiveSee.blockblock.plist',
'~/Library/LaunchAgents/com.objectiveSee.blockblock.plist',
]
2015-09-20 05:32:26 +08:00
end