Make golem installable via Homebrew for macOS (and Linux) users.
Options
- Homebrew tap (easier, self-managed): create
assapir/homebrew-tap repo with a formula
- Homebrew core (wider reach): submit to homebrew-core (requires meeting their criteria)
Start with a tap, graduate to core later.
Implementation
- Create
assapir/homebrew-tap repo
- Add formula that downloads the prebuilt binary from GitHub Releases (x86_64 + aarch64 macOS)
- Add a
brew job to the release workflow that updates the formula SHA256 and version on each release (similar to the AUR job)
- Test:
brew tap assapir/tap && brew install golem
Make golem installable via Homebrew for macOS (and Linux) users.
Options
assapir/homebrew-taprepo with a formulaStart with a tap, graduate to core later.
Implementation
assapir/homebrew-taprepobrewjob to the release workflow that updates the formula SHA256 and version on each release (similar to the AUR job)brew tap assapir/tap && brew install golem