From 11773401cd4e6a93c389193bddb16857b13f116a Mon Sep 17 00:00:00 2001 From: Joseph Clarke Date: Thu, 23 Apr 2026 11:07:43 -0400 Subject: [PATCH] docs: bootstrap homebrew tap --- Formula/.gitkeep | 1 + README.md | 39 +++++++++++++++++++++++++++++++++++++-- 2 files changed, 38 insertions(+), 2 deletions(-) create mode 100644 Formula/.gitkeep diff --git a/Formula/.gitkeep b/Formula/.gitkeep new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/Formula/.gitkeep @@ -0,0 +1 @@ + diff --git a/README.md b/README.md index ea8bfa9..52ec7bd 100644 --- a/README.md +++ b/README.md @@ -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