brew/Library/Homebrew/official_taps.rb

41 lines
607 B
Ruby
Raw Normal View History

# typed: strict
# frozen_string_literal: true
OFFICIAL_CASK_TAPS = %w[
cask
].freeze
OFFICIAL_CMD_TAPS = T.let({
"homebrew/command-not-found" => ["command-not-found-init", "which-formula", "which-update"],
"homebrew/test-bot" => ["test-bot"],
}.freeze, T::Hash[String, T::Array[String]])
DEPRECATED_OFFICIAL_TAPS = %w[
aliases
apache
binary
bundle
cask-drivers
cask-eid
cask-fonts
2024-05-02 16:59:33 -04:00
cask-versions
completions
devel-only
dupes
emacs
fuse
games
gui
head-only
linux-fonts
livecheck
2017-11-17 19:47:38 +00:00
nginx
php
python
2018-01-01 09:33:43 +00:00
science
services
tex
versions
x11
].freeze