qaware / homebrew-tap

Homebrew tap for all public QAware tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QAware homebrew tap

This is the QAware wide homebrew tap.

Usage

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

Content

Formulae maintainer

_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 these Formulae:
    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.

Maintainers

About

Homebrew tap for all public QAware tools

License:MIT License


Languages

Language:Shell 100.0%