brew/Library/Homebrew/official_taps.rb
Mike McQuaid cd1579a51a Deprecate Homebrew/versions, Homebrew/devel-only.
Don't use Homebrew/versions in a test and remove them both from the
OFFICIAL_TAPS list (i.e. `brew search`).
2017-01-03 17:50:09 +00:00

22 lines
279 B
Ruby

OFFICIAL_TAPS = %w[
apache
completions
dupes
emacs
fuse
games
gui
nginx
php
python
science
tex
x11
].freeze
OFFICIAL_CMD_TAPS = {
"homebrew/bundle" => ["bundle"],
"homebrew/test-bot" => ["test-bot"],
"homebrew/services" => ["services"],
}.freeze