aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/official_taps.rb
blob: c1ef431b687c9ccb8ff1cd50766073ffa465a3bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
OFFICIAL_TAPS = %w[
  apache
  completions
  dupes
  emacs
  fuse
  games
  gui
  nginx
  php
  python
  science
  tex
  x11
].freeze

OFFICIAL_CMD_TAPS = {
  "homebrew/bundle" => ["bundle"],
  "homebrew/test-bot" => ["test-bot"],
  "homebrew/services" => ["services"],
}.freeze