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>
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
-
- A collection of scientific libraries and tools.
-
- Need GDB or a newer Tk? System duplicates go here.
-
- Need e.g. older or newer versions of Postgresql? Older versions of GCC?
-
- Game or gaming-emulation related formulae.
-
- A tap for Apache modules, extending OS X's built-in Apache. These brews may require unconventional additional setup, as explained in the caveats.
-
- A tap for brews that only have unstable, unreleased versions.
-
- A tap for brews that only have pre-release/development versions.
-
- Repository for php-related formulae.
-
- A few Python formulae that do not build well with
pipalone.
- A few Python formulae that do not build well with
-
- Shell completion formulae.
-
- Formulae with hard X11 dependencies.
-
- Formula are not deleted, they are moved here.
-
- Feature rich Nginx tap for modules
-
- Precompiled binary formulae.
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
-
- GNU AVR toolchain (avr-gcc etc. for Arduino hackers).
-
- GNU Radio and friends running on OS X.
-
- A tap for Ocaml libraries, though with caveats, it requires you install its customized ocaml formula. Perhaps a template for more work.
-
- Allows installing multiple PostgreSQL versions in parallel.
-
iMichka/MacVTKITKPythonBottles
- VTK and ITK binaries with Python wrapping.
-
- A tap for Emacs packages.
Interesting Branches (aka forks)
-
- Experimental Tiger PowerPC version
-
- Experimental Linux version
-
- Homebrew install for those that like to Homebrew @ $HOME (i.e. ~/.homebrew).
-
- An experimental port of Homebrew for Windows (with an MSYS/MinGW environment).
Technical Details
Your taps are git repositories located at $(brew --prefix)/Library/Taps.