homebrew-cask/Casks/blockblock.rb

24 lines
1.0 KiB
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
2016-02-12 01:46:40 +08:00
# bitbucket.org/objective-see was verified as official when first introduced to the cask
2015-09-20 05:32:26 +08:00
url "https://bitbucket.org/objective-see/deploy/downloads/BlockBlock_#{version}.zip"
name 'BlockBlock'
homepage 'https://objective-see.com/products/blockblock.html'
license :unknown # TODO: change license and remove this comment; ':unknown' is a machine-generated placeholder
2015-09-20 05:32:26 +08:00
installer manual: 'BlockBlock_Installer.app'
2015-09-20 05:32:26 +08:00
uninstall quit: 'com.objectivesee.BlockBlock',
launchctl: [
'com.objectiveSee.blockblock.agent',
'com.objectiveSee.blockblock.daemon',
],
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