Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 jekyll magnetico pluggable-transports terraform vaban
Last synced: about 2 months 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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-22T08:03:11.000Z (3 months ago)
- Last Synced: 2024-10-23T11:15:53.412Z (3 months ago)
- Topics: amule, cryptopp, homebrew-formula, homebrew-tap, jekyll, magnetico, pluggable-transports, terraform, vaban
- Language: Ruby
- Homepage: https://tgragnato.it/#git
- Size: 21.5 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/jekyll
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
```