mirror of
https://github.com/hibiken/asynqmon.git
synced 2026-04-26 09:35:49 +03:00
[GH-ISSUE #70] Create a formula to installation from Homebrew #17
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asynqmon#17
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @koddr on GitHub (Apr 6, 2021).
Original GitHub issue: https://github.com/hibiken/asynqmon/issues/70
Hi,
I think, better way to delivery Asynqmon to macOS/Linux users is a regular Homebrew formula. You can place it to the "tap repository" called, for example,
hibiken/homebrew-asynqmon(this name of repository is required for Homebrew tap formulas).OK, our formula in
./Formula/tap.rbis a simple Ruby file with this code:Next steps:
./Formulafolder in thegithub.com/hibiken/homebrew-asynqmonrepository.github.com/hibiken/asynqmon).tar.gzarchives to the release.checksum.txtfile and upload it to the release.And we're ready! Just tap a new formula:
And install Asynqmon as regular Homebrew bottle:
That's it! 🎉
Then you just need to update this formula file with new checksum hashes and versions after a new Asynqmon release.
What do you think about all of this @hibiken ?
@hibiken commented on GitHub (Apr 6, 2021):
@koddr Thanks for the suggestion!
Anything that makes this tool more accessible to more developers is welcome. I think we should definitely support installing the tool via homebrew. I'll look into it 👍