Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/petems/homebrew-rpatool
https://github.com/petems/homebrew-rpatool
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/petems/homebrew-rpatool
- Owner: petems
- License: mit
- Created: 2022-08-25T02:31:59.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-04T14:52:24.000Z (6 months ago)
- Last Synced: 2024-10-19T23:45:05.280Z (about 1 month ago)
- Language: Ruby
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# homebrew-rpatool
A homebrew formula for installing `rpatools` on OSX.
Currently the repo doesn't have any tagging or versioning, so it's a HEAD only formula for now
## How do I install this formula?
```bash
$ brew tap petems/rpatool
$ brew install petems/rpatool/rpatool --HEAD
```Or directly via the URL:
```
brew install https://raw.githubusercontent.com/petems/homebrew-rpatool/master/Formula/rpatool.rb --HEAD
```Or if you're testing changes locally:
```
brew install ./Formula/rpatool.rb --HEAD
```## Troubleshooting
First, please run `brew update` and `brew doctor`.Second, read the [Troubleshooting Checklist](https://github.com/Homebrew/homebrew/blob/master/share/doc/homebrew/Troubleshooting.md#troubleshooting).
## More Documentation
`brew help`, `man brew` or check [our documentation](https://github.com/Homebrew/homebrew/tree/master/share/doc/homebrew#readme).