homebrew-cask/Casks/gitify.rb

24 lines
696 B
Ruby

cask "gitify" do
version "4.2.1"
sha256 "4499d445ff93756da6f5b6e141a94fd7e89557acdb3536dc322c2fa19b5dbfba"
url "https://github.com/manosim/gitify/releases/download/v#{version}/Gitify-#{version}-mac.zip"
name "Gitify"
desc "App that shows GitHub notifications on the desktop"
homepage "https://github.com/manosim/gitify"
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