mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
31 lines
1.0 KiB
Ruby
31 lines
1.0 KiB
Ruby
cask "grandperspective" do
|
|
on_high_sierra :or_older do
|
|
version "3.0.1"
|
|
sha256 "64faab94df5ac39abbeb9e869a6c429d3441c3796ef67f79dab232ba7f0cb222"
|
|
|
|
livecheck do
|
|
skip "Legacy version"
|
|
end
|
|
end
|
|
on_mojave :or_newer do
|
|
version "3.4.2"
|
|
sha256 "660c817900a88b12c60854bcf9416832296fb6cc299440bc3332b7044e287038"
|
|
end
|
|
|
|
url "https://downloads.sourceforge.net/grandperspectiv/grandperspective/#{version}/GrandPerspective-#{version.dots_to_underscores}.dmg"
|
|
name "GrandPerspective"
|
|
desc "Graphically shows disk usage within a file system"
|
|
homepage "https://grandperspectiv.sourceforge.net/"
|
|
|
|
depends_on macos: ">= :big_sur"
|
|
|
|
app "GrandPerspective.app"
|
|
|
|
zap trash: [
|
|
"~/Library/Application Scripts/net.courceforge.grandperspectiv",
|
|
"~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/net.sourceforge.grandperspectiv.sfl*",
|
|
"~/Library/Containers/net.sourceforge.grandperspectiv",
|
|
"~/Library/Preferences/net.sourceforge.grandperspectiv.plist",
|
|
]
|
|
end
|