homebrew-cask/Casks/goofy.rb

23 lines
973 B
Ruby

cask 'goofy' do
version '3.2.2'
sha256 '6c85abf245abf5acbd0d76d9ca5af895756f3362c52dd0e460ada3b8c1652db6'
# github.com/danielbuechele/goofy was verified as official when first introduced to the cask
url "https://github.com/danielbuechele/goofy/releases/download/v#{version}/goofy-core-#{version}-mac.zip"
appcast 'https://github.com/danielbuechele/goofy/releases.atom',
checkpoint: '327de9ef1549aaa5db1b5ee5f93dc714bc3786b949a05c1fda4287720c8f540f'
name 'Goofy'
homepage 'http://www.goofyapp.com/'
app 'Goofy.app'
zap delete: [
'~/Library/Application Support/goofy-core',
'~/Library/Caches/cc.buechele.Goofy',
'~/Library/Caches/cc.buechele.Goofy.ShipIt',
'~/Library/Preferences/cc.buechele.Goofy.helper.plist',
'~/Library/Preferences/cc.buechele.Goofy.plist',
'~/Library/Saved Application State/cc.buechele.Goofy.savedState',
]
end