homebrew-cask/Casks/grandperspective.rb

20 lines
991 B
Ruby

cask 'grandperspective' do
version '2.5.2'
sha256 '667b5ee9af8dc9513db35e424caaec07861c76620a680863d3e1462807973ba6'
# downloads.sourceforge.net/grandperspectiv/ was verified as official when first introduced to the cask
url "https://downloads.sourceforge.net/grandperspectiv/grandperspective/#{version}/GrandPerspective-#{version.dots_to_underscores}.dmg"
appcast 'https://sourceforge.net/projects/grandperspectiv/rss?path=/grandperspective'
name 'GrandPerspective'
homepage 'https://grandperspectiv.sourceforge.io/'
app 'GrandPerspective.app'
zap trash: [
'~/Library/Application Scripts/net.courceforge.grandperspectiv',
'~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/net.sourceforge.grandperspectiv.sfl2',
'~/Library/Containers/net.sourceforge.grandperspectiv',
'~/Library/Preferences/net.sourceforge.grandperspectiv.plist',
]
end