Gitpod's tap for Homebrew
To tap this repository, run:
brew tap gitpod-io/tap
To install Gitpod's command line interface on Linux or macOS, simply install it via this tap:
brew install gitpod-io/tap/gitpod
To debug formulas locally, use these commands:
brew remove gitpod # if installed
brew install --verbose --build-from-source ./Formula/gitpod.rb # install from local source
brew audit --strict gitpod # lint the formula