Skip to content

rnpgp/homebrew-rnp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Homebrew formula for RNP

This tap contains formulae relating to rnp.

Quick install

Run this and it’s all done.

brew install rnpgp/rnp/rnp

Install Tap

Alternatively install the tap, then the formula:

brew tap rnpgp/rnp
brew install --HEAD rnp

Install rnp

To install the latest version, you can use 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 rnpgp/rnp/rnp

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.