Files
homebrew-cask/Casks/c/catlight.rb
2023-10-24 16:21:19 -04:00

26 lines
649 B
Ruby

cask "catlight" do
version "3.3.2"
sha256 "2b4a48662de58f9a940e584094d9627260f7b4954a0f8e6236a68438e1448e04"
url "https://download.catlight.io/rel/mac/release/CatLightSetup-#{version}.zip"
name "catlight"
desc "Action center for developers"
homepage "https://catlight.io/"
livecheck do
url "https://catlight.io/downloads/mac/release"
strategy :header_match
end
depends_on macos: ">= :sierra"
app "Catlight.app"
zap trash: [
"~/Library/Application Support/Catlight",
"~/Library/Logs/Catlight",
"~/Library/Preferences/Catlight.plist",
"~/Library/Saved Application State/Catlight.savedState",
]
end