aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/official_taps.rb
blob: ed966c804e41e274c137d0df502a02a9d6c63b63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
OFFICIAL_TAPS = %w[
  nginx
  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
  python
  tex
  versions
  x11
].freeze