Files
homebrew-cask/Casks/h/hazeover.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

27 lines
589 B
Ruby

cask "hazeover" do
version "1.9.3"
sha256 :no_check
url "https://hazeover.com/HazeOver.dmg"
name "HazeOver"
desc "Windows manager and desktop organiser"
homepage "https://hazeover.com/"
livecheck do
url "https://hazeover.com/updates.xml"
strategy :sparkle, &:short_version
end
depends_on macos: ">= :catalina"
app "HazeOver.app"
uninstall launchctl: "com.pointum.hazeover.launcher",
quit: "com.pointum.hazeover"
zap trash: [
"~/Library/Caches/com.pointum.hazeover",
"~/Library/Preferences/com.pointum.hazeover.plist",
]
end