Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Formula/.gitkeep
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

39 changes: 37 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,37 @@
# homebrew-tap
Homebrew tap for Splat CLI releases
# Prota Studios Homebrew Tap

This tap hosts the Homebrew formula for the Splat CLI.

## Install

```bash
brew tap protastudios/tap
brew install splat
```

Or in one command:

```bash
brew install protastudios/tap/splat
```

## How it is updated

The formula is generated from tagged releases in `protastudios/splat-trading-backend`.

On each tagged CLI release:

1. release artifacts are bundled in `protastudios/splat-trading-backend`
2. public release assets are published to `protastudios/splat-cli-releases`
3. checksums are generated
4. `Formula/splat.rb` is regenerated from those checksums
5. the formula is published into this tap repo

## Current status

This tap is bootstrapped and ready for formula updates.

The actual `brew install` path will only work once:

- `protastudios/splat-cli-releases` has tagged GitHub releases
- the backend release workflow is configured with the distribution token secret