brew/Library/Homebrew/official_taps.rb
Issy Long b5fb015d26
official_taps: Add cask-fonts, cask-drivers taps
- These weren't in `OFFICIAL_CASK_TAPS` but they probably should be given they're active repos in the Homebrew org.
2022-08-03 17:52:54 +01:00

41 lines
719 B
Ruby

# typed: true
# frozen_string_literal: true
OFFICIAL_CASK_TAPS = %w[
cask
cask-drivers
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-eid
completions
devel-only
dupes
emacs
fuse
games
gui
head-only
livecheck
nginx
php
python
science
tex
versions
x11
].freeze