Closed drbenmorgan closed 7 years ago
brew install --build-from-source <formula>
<formula>
brew audit --strict <formula>
brew install <formula>
Initial PR for testing dependencies. Also a test of using brew pull to do so.
brew pull
brew install --build-from-source <formula>
, where<formula>
is the name of the formula you're submitting?brew audit --strict <formula>
(after doingbrew install <formula>
)?Initial PR for testing dependencies. Also a test of using
brew pull
to do so.