strogonoff / homebrew-rnp

Homebrew formula for rnp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Homebrew for rnp

This tap contains formulae relating to rnp.

Quick Install

Run this and it's all done.

brew tap riboseinc/rnp
brew install --HEAD rnp

Or:

brew install --HEAD riboseinc/rnp/rnp

Install Tap

brew tap riboseinc/rnp

Install rnp

Currently it is a HEAD-only formula, i.e., you must install it using the --HEAD option:

brew install --HEAD rnp

If the formula conflicts with one from Homebrew/homebrew or another tap, you can run:

brew install --HEAD riboseinc/rnp/rnp

You can also install via URL:

brew install --HEAD https://raw.githubusercontent.com/riboseinc/homebrew-rnp/master/rnp.rb

rnp HEAD requires botan HEAD

The rnp HEAD formula must be used with botan HEAD. See the Troubleshooting section if you run into botan problems.

brew unlink botan
brew install --HEAD botan

Acceptable Formulae

You can read Homebrew’s Acceptable Formulae document here.

Troubleshooting

First, please run brew update and brew doctor.

Second, read the Troubleshooting Checklist.

Botan

If you got 'Botan build is missing a required feature' during the configure then you need to install botan using the --HEAD option:

brew unlink botan
brew install --HEAD botan

If you don’t read these it will take us far longer to help you with your problem.

More Documentation

brew help, man brew or check our documentation.

License

Code is under the BSD 2 Clause license.

About

Homebrew formula for rnp


Languages

Language:Ruby 100.0%