This is the official Homebrew tap for software distributed by KAYAC Inc.
This tap provides Homebrew formulas for the following software packages. For the complete list of available packages, see the *.rb
formula files in this repository.
You can install any package using:
brew install kayac/tap/<package-name>
Example:
brew install kayac/tap/ecspresso
Install development dependencies:
aqua i
Update a specific formula:
make update/<package-name>
Update all formulas:
make update-all
Create a new formula:
make create/<package-name>.rb
Test a specific formula:
make test/<package-name>.rb
The CI automatically tests all formulas on both Ubuntu and macOS when changes are pushed to the master branch.
This repository uses GitHub Actions for automated maintenance:
- Continuous Testing: All formulas are tested on push to master and pull requests
- Automatic Updates: Formulas are automatically updated twice daily (00:29 and 09:29 UTC) via scheduled workflow
- Pull Request Creation: Updated formulas automatically create pull requests for review
- Fork this repository
- Create a feature branch
- Make your changes
- Test your changes locally using
make test/<package-name>
- Submit a pull request
All formulas are automatically tested in CI on both Ubuntu and macOS platforms before merging.
See individual software packages for their respective licenses.