homebrew-cask/Casks/c/catlight.rb

26 lines
649 B
Ruby

cask "catlight" do
version "3.2.3"
sha256 "7ab5f6762bf72bbf706c892b93c3b07023540eb36f3928fb4f38d8cc91c67686"
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