How does homebrew customize the installation instructions in GitHub Packages to be brew install <formula>
?
#5510
Unanswered
kevinlul
asked this question in
Tap maintenance and brew development
Replies: 1 comment 2 replies
-
I suspect it's https://github.com/Homebrew/brew/blob/62ebd31942d4fae7fc2b14f765a2e9c41a6b373b/Library/Homebrew/github_packages.rb#L305 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Output of
brew config
Output of
brew doctor
Description of issue
Normally for the container registry, GitHub would suggest the command
docker pull ghcr.io/IMAGE_NAME
. However, for bottles, it actually showsbrew install FORMULA
, though switching to the OS / Arch tab shows the docker pull commands again.e.g. https://github.com/Homebrew/homebrew-core/pkgs/container/core%2Fsqlite/221454310?tag=3.46.0
How is this accomplished?
Beta Was this translation helpful? Give feedback.
All reactions