Skip to content

loozhengyuan/homebrew-tap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

homebrew-tap

ci

Homebrew Tap for @loozhengyuan

Usage

To add this tap, run the following command:

brew tap loozhengyuan/tap

Development

For testing Formulae locally, you can run the following command. The --verbose and --debug flags can optionally be added to display additional debugging information.

brew install --formula ./Formula/unwarp.rb

For testing Formulae from a specific branch (e.g. when reviewing PRs), you can either checkout the specific branch and run the above command or use the following one-liner:

curl -fsSL --output /tmp/unwarp.rb --proto '=https' --tlsv1.2 <FORMULA_URL> && brew install --formula /tmp/unwarp.rb && rm /tmp/unwarp.rb

License

MIT

Releases

No releases published

Packages

No packages published

Languages