homebrew-cask/Casks/gitscout.rb

18 lines
452 B
Ruby

cask "gitscout" do
version "1.0.0-rc.3,1c55c97"
sha256 :no_check
url "https://gitscout.com/marshmallows"
name "Gitscout"
homepage "https://gitscout.com/"
app "Gitscout.app"
zap trash: [
"~/Library/Application Support/Gitscout",
"~/Library/Preferences/com.electron.gitscout.helper.plist",
"~/Library/Preferences/com.electron.gitscout.plist",
"~/Library/Saved Application State/com.electron.gitscout.savedState",
]
end