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: 22 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 (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-31T22:42:56.000Z (6 months ago)
- Last Synced: 2024-10-04T21:42:34.059Z (about 1 month ago)
- Topics: homebrew, homebrew-formula, homebrew-tap
- Language: Ruby
- Homepage:
- Size: 32.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
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?style=for-the-badge)
[![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).