homebrew-cask/Casks/gitfox.rb

20 lines
643 B
Ruby
Raw Normal View History

2019-03-21 18:21:27 +08:00
cask 'gitfox' do
version :latest
sha256 :no_check
# storage.googleapis.com/gitfox was verified as official when first introduced to the cask
url 'https://storage.googleapis.com/gitfox/Gitfox.latest.stable.zip'
name 'Gitfox'
2019-06-26 22:20:41 +08:00
homepage 'https://www.gitfox.app/'
2019-03-21 18:21:27 +08:00
app 'Gitfox.app'
zap trash: [
'~/Library/Application Support/com.bytieful.Gitfox',
'~/Library/Caches/com.bytieful.Gitfox',
'~/Library/Caches/com.crashlytics.data/com.bytieful.Gitfox',
'~/Library/Preferences/com.bytieful.Gitfox.*',
'~/Library/WebKit/com.bytieful.Gitfox',
]
end