Open ideologysec opened 2 months ago
I support this request, and I would extend it to using Goreleaser for generating a Homebrew formula as well as packages for other OS package managers, binary archives, source archives, Docker images, etc, etc.
(I once wrote two blog posts about getting started with Goreleaser—I hope this helps lower the bar)
What do you need?
Now that Go binaries are being built, and hopefully added as tagged releases, it would be great to have fabric added to Homebrew as a recipe, so users on macOS can just
brew install fabric-ai
or similar.Parallels:
brew install ollama
Considerations:
fabric --setup
would probably need to be called automatically on first run, since it probably shouldn't be called as part of the install step via Homebrew