Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/easoncxz/homebrew-tap
- Owner: easoncxz
- License: gpl-3.0
- Created: 2017-05-07T06:54:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-05-19T15:13:29.000Z (over 4 years ago)
- Last Synced: 2024-10-25T06:50:51.861Z (2 months ago)
- Topics: brew, homebrew
- Language: Ruby
- Homepage:
- Size: 47.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/tapMany 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