A Homebrew tap for the formulae of the Bees Hive organization.
brew tap bees-hive/hive
brew update
brew install bees-hive/hive/<formula>
brew install bees-hive/hive/aws-creds
for https://github.com/bees-hive/aws-credsbrew install bees-hive/hive/elegant-git
for (https://github.com/extsoft/elegant-gitbrew install bees-hive/hive/pem
for https://github.com/bees-hive/pem
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}
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.