Skip to content

loozhengyuan/homebrew-tap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 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

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.

License

MIT

About

Homebrew Tap for @loozhengyuan

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages