homebrew-cask/Casks/goofy.rb

22 lines
871 B
Ruby

cask 'goofy' do
version '3.3.5'
sha256 '5a7628dc0bbd5268966873ec827101a145db529a8bbe26962fcb453e78e9843d'
# 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-#{version}-mac.zip"
appcast 'https://github.com/danielbuechele/goofy/releases.atom'
name 'Goofy'
homepage 'https://www.goofyapp.com/'
app 'Goofy.app'
zap trash: [
'~/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