brew/Library/Homebrew/official_taps.rb
Mike McQuaid 91d32e77ad Deprecate homebrew/binary. (#512)
We're moving more stuff to Homebrew Cask which is better maintained and run.
2016-07-15 22:05:03 +01:00

24 lines
295 B
Ruby

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