Homebrew is a package manager to install, update, and manage software on macOS. This repository is a custom tap, that means it's a directory of formulae that lets install software from outside the main Homebrew repositories.
Homebrew's core repository only keeps the latest version of each package, which is why this repository makes available specific versions of the software used on different Open Terms Archive projects.
brew tap OpenTermsArchive/homebrew-tap https://github.com/OpenTermsArchive/homebrew-tap
brew untap OpenTermsArchive/homebrew-tap
cd "$(brew --repo OpenTermsArchive/homebrew-tap)" && git pull
brew install <formula>@<version>
brew uninstall <formula>@<version>
brew unlink <formula>@<version>
brew link <formula>@<version>
Learn how to add a Hugo formula.