homebrew-cask/Casks/grandperspective.rb

20 lines
863 B
Ruby

cask "grandperspective" do
version "2.5.4"
sha256 "69a27cfb2f9bdf9afec22649b01a98cd2779298229029e3508b84bcc64cc46e7"
url "https://downloads.sourceforge.net/grandperspectiv/grandperspective/#{version}/GrandPerspective-#{version.dots_to_underscores}.dmg",
verified: "downloads.sourceforge.net/grandperspectiv/"
name "GrandPerspective"
desc "Graphically shows disk usage within a file system"
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