brew/Library/Homebrew/official_taps.rb

41 lines
719 B
Ruby
Raw Normal View History

2020-10-10 14:16:11 +02:00
# typed: true
# frozen_string_literal: true
OFFICIAL_CASK_TAPS = %w[
cask
cask-fonts
cask-versions
].freeze
OFFICIAL_CMD_TAPS = {
"homebrew/aliases" => ["alias", "unalias"],
"homebrew/autoupdate" => ["autoupdate"],
"homebrew/bundle" => ["bundle"],
"homebrew/command-not-found" => ["command-not-found-init", "which-formula", "which-update"],
"homebrew/test-bot" => ["test-bot"],
"homebrew/services" => ["services"],
}.freeze
DEPRECATED_OFFICIAL_TAPS = %w[
apache
binary
cask-drivers
cask-eid
completions
devel-only
dupes
emacs
fuse
games
gui
head-only
livecheck
2017-11-17 19:47:38 +00:00
nginx
php
python
2018-01-01 09:33:43 +00:00
science
tex
versions
x11
].freeze