This formula compiles agtop from source via `cargo install`. Once published
to a tap repo (e.g. `mbrassey/homebrew-tap`), users can install with:
```sh
brew tap mbrassey/tap
brew install agtop
```
1. 2.3.
|
For prebuilt-binary distribution (no Rust toolchain required), point `url`
at a release artifact from `.github/workflows/release.yml` instead and
switch the `install` block to `bin.install "agtop"`.