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

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