https://github.com/tgragnato/homebrew-tap
A custom tap for things that are not in homebrew
https://github.com/tgragnato/homebrew-tap
amule cryptopp homebrew-formula homebrew-tap magnetico pluggable-transports terraform vaban
Last synced: about 1 month ago
JSON representation
A custom tap for things that are not in homebrew
- Host: GitHub
- URL: https://github.com/tgragnato/homebrew-tap
- Owner: tgragnato
- License: mit
- Created: 2023-02-26T12:44:28.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-10T06:40:01.000Z (about 1 month ago)
- Last Synced: 2025-04-10T07:40:00.218Z (about 1 month ago)
- Topics: amule, cryptopp, homebrew-formula, homebrew-tap, magnetico, pluggable-transports, terraform, vaban
- Language: Ruby
- Homepage: https://tgragnato.it/#git
- Size: 45.9 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tgragnato/homebrew-tap
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 Jekyll on the system without manual intervention via bundle and gem.
- Distributing Magnetico, an autonomous (self-hosted) BitTorrent DHT search engine suite.## Usage
### Prerequisites
- On macOS, install Xcode Command Line Utilities:
```zsh
xcode-select --install
```- On Linux, install cURL and Git:
```bash
# Using APT
sudo apt-get install -y curl git# Using Yum
sudo yum install -y curl git
```- Install Homebrew:
```zsh
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
```- If previously installed, update homebrew and the formulae:
```zsh
brew update
```### Add this tap
Fetch the formulae in this tap:
```zsh
brew tap tgragnato/tap
```## How do I install these formulae?
```zsh
brew install tgragnato/tap/amule
brew install tgragnato/tap/goflow
brew install tgragnato/tap/inca
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
```