Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/idleberg/homebrew-tap
Unified tap to distribute my Homebrew formulas.
https://github.com/idleberg/homebrew-tap
homebrew homebrew-formula homebrew-tap
Last synced: 4 days ago
JSON representation
Unified tap to distribute my Homebrew formulas.
- Host: GitHub
- URL: https://github.com/idleberg/homebrew-tap
- Owner: idleberg
- License: mit
- Created: 2024-04-06T12:03:35.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-12-03T00:21:52.000Z (22 days ago)
- Last Synced: 2024-12-03T01:18:58.939Z (22 days ago)
- Topics: homebrew, homebrew-formula, homebrew-tap
- Language: Ruby
- Homepage:
- Size: 27.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# :beer: homebrew-tap
> Unified tap to distribute my Homebrew formulas.
[![License](https://img.shields.io/github/license/idleberg/homebrew-tap?color=blue&style=for-the-badge)](LICENSE)
[![Build](https://img.shields.io/github/actions/workflow/status/idleberg/homebrew-tap/audit.yml?style=for-the-badge)](https://github.com/idleberg/homebrew-tap/actions)## Usage
Tap this repository to install the available formulas:
```sh
$ brew tap idleberg/tap
$ brew install --build-from-source
```Alternatively, you can install any packages skipping the tap step:
```sh
$ brew install idleberg/tap/ --build-from-source
```## License
This work is licensed under [The MIT License](LICENSE).