homebrew-cask/Casks/trailer.rb

22 lines
718 B
Ruby

cask "trailer" do
version "1.7.6"
sha256 "7e9890b2ee35cd3f2f07761252705117021addccff8d32b9554aabd792d5df30"
url "https://github.com/ptsochantaris/trailer/releases/download/#{version}/Trailer-#{version.no_dots}.zip",
verified: "github.com/ptsochantaris/trailer/"
name "Trailer"
desc "Managing Pull Requests and Issues For GitHub & GitHub Enterprise"
homepage "https://ptsochantaris.github.io/trailer/"
app "Trailer.app"
uninstall quit: "com.housetrip.Trailer"
zap trash: [
"~/Library/Application Support/com.housetrip.Trailer",
"~/Library/Caches/com.housetrip.Trailer",
"~/Library/Group Containers/group.Trailer",
"~/Library/Preferences/com.housetrip.Trailer.plist",
]
end