brew/Library/Homebrew/official_taps.rb

18 lines
244 B
Ruby
Raw Normal View History

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