mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
The migration of `orka.rb` and then `o*.rb` has worked well without complaint so: let's move everything else, too.
19 lines
439 B
Ruby
19 lines
439 B
Ruby
cask "go2shell" do
|
|
version "2.5"
|
|
sha256 :no_check
|
|
|
|
url "https://zipzapmac.com/DMGs/Go2Shell.dmg"
|
|
name "Go2Shell"
|
|
desc "Opens a terminal window to the current directory in Finder"
|
|
homepage "https://zipzapmac.com/go2shell"
|
|
|
|
livecheck do
|
|
url "http://appcast.zipzapmac.com/go2shell.xml"
|
|
strategy :sparkle, &:short_version
|
|
end
|
|
|
|
app "Go2Shell.app"
|
|
|
|
zap trash: "~/Library/Preferences/com.zipzapmac.Go2Shell.plist"
|
|
end
|