Files
homebrew-cask/Casks/m/mountain.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

24 lines
651 B
Ruby

cask "mountain" do
version "1.6.6"
sha256 :no_check
url "https://appgineers.de/mountain/files/Mountain.zip"
name "Mountain"
desc "Display notifications when mounting/unmounting volumes"
homepage "https://appgineers.de/mountain/"
livecheck do
url "https://appgineers.de/mountain/files/mountaincast.xml"
strategy :sparkle, &:short_version
end
app "Mountain.app"
zap trash: [
"/Library/LaunchDaemons/de.appgineers.Mountain.Helper.plist",
"/Library/PrivilegedHelperTools/de.appgineers.Mountain.Helper",
"~/Library/Application Support/Mountain",
"~/Library/Preferences/de.appgineers.Mountain.plist",
]
end