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-credsfor https://github.com/bees-hive/aws-credsbrew install bees-hive/hive/elegant-gitfor (https://github.com/extsoft/elegant-gitbrew install bees-hive/hive/pemfor 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 commandsThe 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.