A catch-all repo to hold Homebrew formulae for my projects.
Homebrew maintains a list of popular packages any user can install. But, it takes a certain amount of notoriety to be accepted. Instead, users can create "taps", which are additional formulae sources that can also be installed. Mine lives here.
This means users can install software using
brew install xavdid/projects/some-project-name
Or, they can run brew tap xavdid/projects and then brew install some-project-name at a later date.
There's a justfile recipe. I based the instructions off this blog post.
See also: Python for formula authors
just bump <PACKAGE>- paste the output into the formula file
just verify <PACKAGE>to test (installs then uninstalls the local formula)- commit + push!
- could automate updating these on release