brew/Library/Homebrew/official_taps.rb
2019-04-20 13:27:36 +09:00

33 lines
421 B
Ruby

# frozen_string_literal: true
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
nginx
php
python
science
tex
versions
x11
].freeze