brew/Library/Homebrew/official_taps.rb

34 lines
418 B
Ruby
Raw Normal View History

2015-05-29 19:16:01 +08:00
OFFICIAL_TAPS = %w[
php
science
].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
2017-11-17 19:47:38 +00:00
nginx
python
tex
versions
x11
].freeze