homebrew-cask/Casks/stats.rb

26 lines
765 B
Ruby

cask "stats" do
version "2.4.11"
sha256 "8c37f2ce387fe78a313b2dc7d9e77b3ec9044436d56f4320a0dce53506bf3abb"
url "https://github.com/exelban/stats/releases/download/v#{version}/Stats.dmg"
appcast "https://github.com/exelban/stats/releases.atom"
name "Stats"
desc "System monitor for the menu bar"
homepage "https://github.com/exelban/stats"
auto_updates true
depends_on macos: ">= :mojave"
app "Stats.app"
uninstall quit: "eu.exelban.Stats"
zap trash: [
"~/Library/Preferences/eu.exelban.Stats.plist",
"~/Library/Application Scripts/eu.exelban.Stats.LaunchAtLogin",
"~/Library/Containers/eu.exelban.Stats.LaunchAtLogin",
"~/Library/Cookies/eu.exelban.Stats.binarycookies",
"~/Library/Caches/eu.exelban.Stats",
]
end