homebrew-cask/Casks/stats.rb

26 lines
764 B
Ruby

cask "stats" do
version "2.4.7"
sha256 "b80d370498a2bed4c5457cbf7ec1ffd634401983f9bba033687ad387fd86833d"
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