https://github.com/lukaspustina/homebrew-os
My Homebrew Open Source Repository
https://github.com/lukaspustina/homebrew-os
formulae homebrew tap
Last synced: 2 months ago
JSON representation
My Homebrew Open Source Repository
- Host: GitHub
- URL: https://github.com/lukaspustina/homebrew-os
- Owner: lukaspustina
- License: bsd-2-clause
- Created: 2017-03-01T15:30:44.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-02-28T19:13:41.000Z (over 4 years ago)
- Last Synced: 2025-02-02T02:18:36.829Z (4 months ago)
- Topics: formulae, homebrew, tap
- Language: Ruby
- Size: 142 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Lukas' Open Source Homebrew Repository
[](https://travis-ci.org/lukaspustina/homebrew-os)
## How do I install these formulae?
Just `brew tap lukaspustina/os` and then `brew install `.
If the formula conflicts with one from Homebrew/homebrew or another tap, you can `brew install lukaspustina/os/`.
You can also install via URL:
```bash
brew install https://raw.githubusercontent.com/lukaspustina/homebrew-os/master/.rb
```## License
Code is under the [BSD 2 Clause (NetBSD) license](https://github.com/Homebrew/brew/tree/master/LICENSE.txt).
## Thanks
Thanks to the Homebrew team and the tap example [Homebrew/homebrew-tex](https://github.com/Homebrew/homebrew-tex) on which this repository bases.