Homebrew hack-different/jailbreak
We have created a tap for homebrew that contains the required info for installing jailbreak related tooling.
Installation
Homebrew (and, as follows, this tap) requires either a MacOS or Linux machine
- Install Homebrew
- run
brew tap hack-different/jailbreak
- Install any of the packages with
brew install <package_name>
brew tap-info hack-different/jailbreak --json | grep nt/ja | awk '{$1=$1};1'
Will list packages available in the tap.
Contributing
What is a “tap”?
Taps are independent “repos” for Homebrew containing installable packages.
Read their official documentation here
What is a “Formula”?
Formulae are ruby source files containing “instructions” on how to install a package. Their documentation is located Here
Languages
Python
poet
- https://github.com/tdsmith/homebrew-pypi-poet – Tool for generating HomeBrew Formulae for installing pypi projects.