brew/Library/Homebrew/official_taps.rb
2016-08-20 07:02:23 +02:00

23 lines
264 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 = {
"homebrew/bundle" => ["bundle"],
"homebrew/services" => ["services"],
}.freeze