https://github.com/gitpod-io/homebrew-tap
Ona's tap for Homebrew
https://github.com/gitpod-io/homebrew-tap
Last synced: 2 months ago
JSON representation
Ona's tap for Homebrew
- Host: GitHub
- URL: https://github.com/gitpod-io/homebrew-tap
- Owner: gitpod-io
- License: agpl-3.0
- Created: 2023-11-23T14:46:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-04-07T13:15:04.000Z (3 months ago)
- Last Synced: 2026-04-07T15:21:50.458Z (3 months ago)
- Language: Ruby
- Homepage:
- Size: 28.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# homebrew-tap
Gitpod's tap for Homebrew
## Tapping the repository
To tap this repository, run:
```bash
brew tap gitpod-io/tap
```
## Gitpod CLI
To install Gitpod's command line interface on Linux or macOS, simply install it via this tap:
```bash
brew install gitpod-io/tap/gitpod
```
## Development
To debug formulas locally, use these commands:
```bash
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
```