https://github.com/oderwat/homebrew-experiments
Some experiments with homebrew formulas (don't rely on those)
https://github.com/oderwat/homebrew-experiments
Last synced: 8 months ago
JSON representation
Some experiments with homebrew formulas (don't rely on those)
- Host: GitHub
- URL: https://github.com/oderwat/homebrew-experiments
- Owner: oderwat
- License: mit
- Created: 2014-01-03T11:03:14.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2016-03-28T15:15:48.000Z (about 10 years ago)
- Last Synced: 2025-10-10T13:34:26.722Z (9 months ago)
- Language: Ruby
- Size: 1.95 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#Homebrew-Experiments
Some (experimental) homebrew formulas I made to keep my workflows clean!
To use it just add them to your homebrew-formulas with:
`brew tap oderwat/homebrew-experiments`
To remove my experimental Formulars from Homebrew just untap them
`brew untap oderwat/homebrew-experiments`
To list all your taps you can list them with
`brew tap`
After you added the formulars to you can simply brew all of them as usual (e.g.):
`brew install rngtest`
`brew install --HEAD rngtest`
If you want to get rid of them you can simply uninstall them:
`brew uninstall rngtest`
# Available Formulars
_Important: I usually fork the original package so that the formular does not get invalid if they get modified or deleted._
## rngtest
This is rngtest from the linux package rng-tools modified for compilation on mac os x.
---
That's all - Have fun!