Skip to content

Where does a package's source/config etc come from? #2292

Discussion options

You must be logged in to vote

You may be looking for how to update/maintain Homebrew formulas.

The command line tool "ack", for example, has a Homebrew formula that can be found on Github here: https://github.com/Homebrew/homebrew-core/blob/master/Formula/ack.rb and on the file system with this command: file $(brew --prefix)/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/ack.rb

For some software Homebrew uses another concept called "Homebrew casks".

The Firefox package, for example, can be found on Github here: https://github.com/Homebrew/homebrew-cask/blob/master/Casks/firefox.rb and the same "cask" file can be located on a system with Homebrew installed by running
file $(brew --prefix)/Homebrew/Library/Taps/…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@GeoffreyPlitt
Comment options

Answer selected by GeoffreyPlitt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants