homebrew-cask/Casks/gitfinder.rb

25 lines
834 B
Ruby

cask 'gitfinder' do
version '1.5'
sha256 'c6499d0461155947906c890d74c05c4a95f335b6c08c437f6dcca29d3ecaac8d'
# zigz.ag/GitFinder/ was verified as official when first introduced to the cask
url 'https://zigz.ag/GitFinder/updates/GitFinder.dmg'
appcast 'https://zigz.ag/GitFinder/updates/stablecast.xml'
name 'GitFinder'
homepage 'https://gitfinder.com/'
app 'GitFinder.app'
uninstall launchctl: 'ag.zigz.GitFinder.GitFinderLauncher',
quit: [
'ag.zigz.GitFinder',
'ag.zigz.GitFinder.GitFinderSync',
]
zap trash: [
'~/Library/Application Scripts/ag.zigz.GitFinder*',
'~/Library/Containers/ag.zigz.GitFinder*',
'~/Library/Group Containers/*.ag.zigz.GitFinder',
]
end