Files
homebrew-cask/Casks/g/gitscout.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

23 lines
515 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/"
livecheck do
url :url
strategy :extract_plist
end
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