phinze/homebrew-cask

View on GitHub
Casks/f/findergo.rb

Summary

Maintainability
A
15 mins
Test Coverage
cask "findergo" do
  version "1.4.0"
  sha256 "0484e158c4fd95c5ecb8bbdb14a01a039268758fb5bb1cc1754d78e2592db638"

  url "https://github.com/onmyway133/FinderGo/releases/download/#{version}/FinderGo.zip"
  name "FinderGo"
  desc "Open terminal quickly from Finder"
  homepage "https://github.com/onmyway133/FinderGo"

  depends_on macos: ">= :sierra"

  app "FinderGo.app"

  caveats do
    requires_rosetta
  end
end