brew/Library/Homebrew/official_taps.rb

24 lines
303 B
Ruby
Raw Normal View History

2015-05-29 19:16:01 +08:00
OFFICIAL_TAPS = %w[
apache
completions
devel-only
dupes
emacs
2015-05-29 19:16:01 +08:00
fuse
games
2016-02-02 18:08:13 +00:00
gui
2015-05-29 19:16:01 +08:00
nginx
php
python
science
tex
versions
x11
].freeze
OFFICIAL_CMD_TAPS = {
"homebrew/bundle" => ["bundle"],
"homebrew/test-bot" => ["test-bot"],
"homebrew/services" => ["services"],
}.freeze