This repository contains Homebrew formulas for Base14 tools.
First, add this tap to your Homebrew:
brew tap base-14/homebrew-tapThen you can install any formula from this tap:
brew install base-14/homebrew-tap/clamreef-agentA lightweight control plane agent for ClamAV antivirus monitoring and telemetry.
# Install
brew install base-14/homebrew-tap/clamreef-agent
# Start as a service
brew services start base-14/homebrew-tap/clamreef-agent
# Check status
brew services listTo add a new formula to this tap:
- Create a new
.rbfile in theFormula/directory - Follow the Homebrew formula documentation: https://docs.brew.sh/Formula-Cookbook
- Test the formula locally:
brew install --build-from-source Formula/<formula-name>.rb
- Submit a pull request
# From the homebrew-tap directory
brew install --build-from-source ./Formula/clamreef-agent.rb
# Or if you've already tapped
brew reinstall --build-from-source base-14/homebrew-tap/clamreef-agentbrew audit --strict Formula/clamreef-agent.rbSee individual formula files for license information.