Description
Self-hosted Homebrew distribution with no GitHub. git archive a tag to a source tarball + sha256 served at /dl, push a generated formula to a homebrew-tap repo in Soft Serve.
Acceptance Criteria
- #1 Release script: git archive -> name-X.Y.Z.tar.gz in /dl, compute sha256
- #2 homebrew-tap repo in Soft Serve; source-build formula (depends_on go => build, no bottles)
- #3 GoReleaser emits formula; script bumps url/sha256/version and pushes the tap repo
- #4 brew tap /tap https:///git/homebrew-tap.git then brew install works end to end