Homebrew Tap for @loozhengyuan
To add this tap, run the following command:
brew tap loozhengyuan/tap
Note
All formulae/casks MUST be installed from a tap from Homebrew 4.6.4
onwards; using brew install ./Formula/xxx.rb
will not work.
For local development, it is recommended to create a local version of the tap for testing purposes. By linking the local working tree of the repository, developers will be able to make changes and test acccordingly.
In the directory of your local working tree, run the following commands that creates the loozhengyuan/tap-dev
tap:
mkdir -p "$(brew --repository)/Library/Taps/loozhengyuan/homebrew-tap-dev"
ln -sniv "$(pwd)" "$(brew --repository)/Library/Taps/loozhengyuan/homebrew-tap-dev"
Thereafter, you may install the desired formulae/casks using the loozhengyuan/tap-dev/${name}
expression:
brew install --formula loozhengyuan/tap-dev/unwarp
NOTE: The --verbose
and --debug
flags can optionally be added to display additional debugging information.