homebrew-cask-versions/Casks/contexts.rb
2015-03-23 14:58:34 -04:00

20 lines
584 B
Ruby

cask :v1 => 'contexts' do
version :latest
sha256 :no_check
url 'https://contexts.co/releases/Contexts.zip'
appcast 'https://contexts.co/appcasts/stable.xml'
name 'Contexts'
homepage 'https://contexts.co'
license :commercial
app 'Contexts.app'
uninstall :quit => 'com.contextsformac.Contexts'
zap :delete => [
'~/Library/Application Support/.com.contextsformac.Contexts.plist',
'~/Library/Caches/com.contextsformac.Contexts',
'~/Library/Preferences/com.contextsformac.Contexts.plist'
]
end