homebrew-cask/Casks/stats.rb

26 lines
764 B
Ruby

cask "stats" do
version "2.4.8"
sha256 "19e75c31b8b0a6c2572503be6542c5403039f87abbca29436b4660b853820671"
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