homebrew-cask/Casks/stats.rb

26 lines
764 B
Ruby

cask "stats" do
version "2.4.6"
sha256 "98223e7d68b8f663d6bc9f8c0924f47b6c2915d9061b69226e3b10b0dd964287"
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