brew/Library/Homebrew/official_taps.rb
2017-01-25 10:17:03 +00:00

18 lines
244 B
Ruby

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