Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 1.28 KB

README.md

File metadata and controls

44 lines (31 loc) · 1.28 KB

homebrew-hive

A Homebrew tap for the formulae of the Bees Hive organization.

Usage

brew tap bees-hive/hive
brew update
brew install bees-hive/hive/<formula>

Available Tools

Contributing

The update flow is

formula=pem
brew edit ${formula}
brew audit --strict --formula ${formula}
brew reinstall ${formula}
# commit and push
cd "$(brew --repository bees-hive/hive)"
# and other regular commands

The version update flow is

brew bump-formula-pr --no-audit --tag=${TAG} --revision=${COMMIT} ${formula}

Troubleshooting

IMPORTANT First read the Troubleshooting Checklist.

Use brew gist-logs <formula> to create a Gist and post the link in your issue.

Search open and closed issues. See also Homebrew's Common Issues and FAQ.