brew/Library/Homebrew/official_taps.rb
2018-01-01 09:33:43 +00:00

34 lines
418 B
Ruby

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