homebrew-cask/Casks/alfred.rb

30 lines
1.0 KiB
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'alfred' do
2015-11-20 23:22:48 +08:00
version '2.8.1_425'
sha256 'ed112b6c72701b4b58e3a431d49e4b5139940ed6438ed3fd413f2c9eac693a6b'
2014-09-26 20:08:46 +08:00
url "https://cachefly.alfredapp.com/Alfred_#{version}.zip"
2015-01-04 10:48:21 +08:00
name 'Alfred'
homepage 'https://www.alfredapp.com/'
license :freemium
2014-09-16 00:05:13 +08:00
app 'Alfred 2.app'
2015-10-22 00:11:41 +08:00
accessibility_access true
2014-09-09 20:55:26 +08:00
postflight do
suppress_move_to_applications :key => 'suppressMoveToApplications'
end
2015-07-25 16:38:49 +08:00
uninstall :quit => 'com.runningwithcrayons.Alfred-2',
:login_item => 'Alfred 2'
2015-07-25 16:38:49 +08:00
zap :delete => [
'~/Library/Application Support/Alfred 2',
'~/Library/Caches/com.runningwithcrayons.Alfred-2',
'~/Library/Caches/com.runningwithcrayons.Alfred-Preferences',
'~/Library/Preferences/com.runningwithcrayons.Alfred-2.plist',
'~/Library/Preferences/com.runningwithcrayons.Alfred-Preferences.plist',
'~/Library/Saved Application State/com.runningwithcrayons.Alfred-Preferences.savedState'
]
end