Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/petems/homebrew-rpatool


https://github.com/petems/homebrew-rpatool

Last synced: 7 days ago
JSON representation

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).