support installation via brew formula #16
pirafrank
started this conversation in
Feature Requests and Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Should we add an option so that
poof
can be installed via Homebrew? Thinking of this as it may improve accessibility and ease of installation for developers using Homebrew in their workflows.Rationale
Many users already use to install CLI tools through Homebrew for consistency, ease of upgrades, and automated provisioning in development environments (e.g., using Brewfile). Adding a Homebrew formula would also improve discoverability of poof.
What we should do
pirafrank/homebrew-poof
).How to do it
Sample
poof.rb
content:Note: we should consider poof is cross-platforms on Linux and macOS, supporting both arm64 and x64, and having musl builds on Linux as well.
Installation commands
Considerations
The tap repository
pirafrank/homebrew-poof
must contain only one formula file so thatbrew install pirafrank/poof
can be used as installation command (instead ofbrew install pirafrank/poof/poof
).Beta Was this translation helpful? Give feedback.
All reactions