This is the QAware wide homebrew tap.
To add this tap (basically an additional source for packages (Formulae
) beside
brew-core),
you need to have brew installed an then run:
brew tap qaware/tap
After the successful registration, Formulae
from this repo can be installed, like any other program:
brew install protocurl
# or to be more specfic (needed if a Formulae has the same name as in hombrew-core)
brew install qaware/tap/protocurl
- n/a (no formula found)
TL;DR Deploy only your Formula/[foo].rb
and Formula/[foo]@[major].rb
files.
If you want to push your own Formulae
these are the steps:
- Get a
Deploy Token
for your repo/CI (can be requested by the maintainers of this tap-repo) - Set up your CI to push the ruby files to
Formula
. You can push either of theseFormulae
:
foo.rb
,foo@1.rb
,foo@1.2.rb
Other formats (with bugfix version or with buildpostfix) may be removed by the CI in the future.
This behaviour is accordingly to brew Versions. - The CI of
qaware/homebrew-tap
will update the README.md TOC. - You can use the
Aliases
folder as you want, if you stay within the brew conventions.
- Alexander Eimer (@aeimer)
This project is made possible with the support of