homebrew-cask/Casks/g/gitify.rb

29 lines
775 B
Ruby

cask "gitify" do
version "5.0.0"
sha256 "4843e2515a2bd992f2093db6c21c1c575558315ce583574e55e8dbe715b6e865"
url "https://github.com/gitify-app/gitify/releases/download/v#{version}/Gitify-#{version}-universal-mac.zip"
name "Gitify"
desc "App that shows GitHub notifications on the desktop"
homepage "https://github.com/gitify-app/gitify"
livecheck do
url :url
strategy :github_latest
end
app "Gitify.app"
uninstall quit: [
"com.electron.gitify",
"com.electron.gitify.helper",
]
zap trash: [
"~/Library/Application Support/gitify",
"~/Library/Preferences/com.electron.gitify.helper.plist",
"~/Library/Preferences/com.electron.gitify.plist",
"~/Library/Saved Application State/com.electron.gitify.savedState",
]
end