Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/easoncxz/homebrew-tap

Some of my software for you to install via Mac Homebrew
https://github.com/easoncxz/homebrew-tap

brew homebrew

Last synced: 13 days ago
JSON representation

Some of my software for you to install via Mac Homebrew

Awesome Lists containing this project

README

        

My Homebrew Tap of little programs
==================================

This repository is a [Tap][tap] for use with Mac Homebrew. Here, you can
find some programs I've written. Most of them are small toy programs.

For example, to install [`hello-homebrew-packaging`](Formula/hello-homebrew-packaging.rb):

$ brew tap easoncxz/tap
... (Brew clones this repo in the background) ...

$ brew install hello-homebrew-packaging
... (your system might be used to compile some code from source) ...

Alternatively, all in one go:

$ brew install easoncxz/tap/hello-homebrew-packaging
... (brew will run `brew tap easoncxz/tap` implicitly) ...

To undo all the above:

$ brew uninstall easoncxz/tap/hello-homebrew-packaging
... ( Homebrew deletes files ) ...

$ brew untap easoncxz/tap

Many of the commits in this repository are created programmatically by my
build servers by using a tool I created called [homebrew-automation][auto].

[tap]: https://docs.brew.sh/Taps
[auto]: https://github.com/easoncxz/homebrew-automation