brew/share/doc/homebrew/Interesting-Taps-&-Branches.md
Dominyk Tiller 7b0cc143cb Documentation Updates
Acceptable-Formulae:

* Makes the language around stable versions stricter.
* Fixes the Homebrew/Head-only lack-of-hyphen.
* Adds Homebrew/Devel-only.

Formula-Cookbook:
* Adds a link to Interesting-Taps-&-Branches.
* Fixes the Python language to match Tim’s latest guidelines.
* Adds a note on options that aren’t ` build-with? ` or `
build-without? `.

Interesting-Taps-&-Branches:
* Slightly modifies the Versions language to better match what the
repository actually ships.
* Adds Homebrew/Devel-only to the language.

Closes Homebrew/homebrew#35298.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-12-28 09:25:46 +00:00

4.0 KiB

Interesting Taps & Branches

A Tap is homebrew-speak for a git repository containing extra formulae. Homebrew has the capability to add (and remove) multiple taps to your local installation with the brew tap and brew untap command. Type man brew in your Terminal. The main repository https://github.com/Homebrew/homebrew often called "Homebrew/homebrew" is always built-in.

Main Taps

brew search looks in these main taps and as well in Homebrew/homebrew. So don't worry about missing stuff. We will add other taps to the search as they become well maintained and popular.

You can be added as a maintainer for one of the Homebrew organization taps and aid the project! If you are interested write to our list: homebrew@librelist.com. We want your help!

Other Interesting Taps

Interesting Branches (aka forks)

Technical Details

Your taps are git repositories located at $(brew --prefix)/Library/Taps.