This is a custom Homebrew tap designed to provide access to formulae and software that are not available in the official Homebrew repositories.
Currently, this tap is being used for:
- Compiling a fork of aMule with opinionated patches that cannot be distributed upstream.
- Building an updated version of Terraform, which Homebrew has declined to integrate due to license changes.
- Installing various utilities on the system without manual intervention.
- Distributing Magnetico, an autonomous (self-hosted) BitTorrent DHT search engine suite.
- On macOS, install Xcode Command Line Utilities:
xcode-select --install- On Linux, install cURL and Git:
# Using APT
sudo apt-get install -y curl git
# Using Yum
sudo yum install -y curl git- Install Homebrew:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"- If previously installed, update homebrew and the formulae:
brew updateFetch the formulae in this tap:
brew tap tgragnato/tapbrew install tgragnato/tap/amule
brew install tgragnato/tap/goflow
brew install tgragnato/tap/inca
brew install tgragnato/tap/json-syslog
brew install tgragnato/tap/magnetico
brew install tgragnato/tap/peephole
brew install tgragnato/tap/snowflake-pt
brew install tgragnato/tap/terraform
brew install tgragnato/tap/vaban
brew install tgragnato/tap/whisper-to-graphite