brew/Library/Homebrew/official_taps.rb

21 lines
273 B
Ruby
Raw Normal View History

2015-05-29 19:16:01 +08:00
OFFICIAL_TAPS = %w[
apache
completions
dupes
emacs
2015-05-29 19:16:01 +08:00
fuse
games
nginx
php
python
science
tex
x11
].freeze
OFFICIAL_CMD_TAPS = {
"homebrew/bundle" => ["bundle"],
"homebrew/test-bot" => ["test-bot"],
"homebrew/services" => ["services"],
}.freeze