homebrew-cask/Casks/gitscout.rb

18 lines
500 B
Ruby
Raw Normal View History

2016-12-09 04:48:58 +08:00
cask 'gitscout' do
version :latest
sha256 :no_check
url 'https://gitscout.com/marshmallows'
name 'Gitscout'
homepage 'https://gitscout.com/'
2016-12-09 04:48:58 +08:00
app 'Gitscout.app'
zap delete: [
'~/Library/Application Support/Gitscout',
'~/Library/Preferences/com.electron.gitscout.helper.plist',
'~/Library/Preferences/com.electron.gitscout.plist',
'~/Library/Saved Application State/com.electron.gitscout.savedState',
]
2016-12-09 04:48:58 +08:00
end