homebrew-cask/Casks/gitscout.rb

18 lines
439 B
Ruby

cask "gitscout" do
version :latest
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