Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 664 Bytes

README-brew.md

File metadata and controls

35 lines (24 loc) · 664 Bytes

Homebrew Packaging Notes

Prep PR

  • Edit /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/s/sugarjar.rb modifying the version and the sha. See previous example
  • Commit, make the title "sugarjar $VERSION"

Test

Do a install from source:

HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source sugarjar

Then test:

brew test sugarjar
brew audit --strict sugarjar

Make PR

The real upstream has to be called origin in Homebrew, so push to our forked remote:

git push jaymzh <branchname>

And make the PR from the webUI.