jeffreylauribose/netpgp
Project ID: 12323
Description
NetPGP is a PGP-compatible tool for encrypting, signing, decrypting, and verifying files.
Installation Instructions
Getting the source
git clone https://github.com/riboseinc/netpgp
cd netpgp
Building RPM
Start container:
docker run -v ~/src/netpgp:/usr/local/netpgp -it centos:7 bash
Set up build environment.
cd /usr/local/netpgp
./packaging/redhat/extra/prepare_build.sh
Run the rpmbuild script.
cd /usr/local/netpgp
./remove_artifacts.sh
./packaging/redhat/extra/build_rpm.sh
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
EPEL 7 | x86_64 (0)* | EPEL 7 (77 downloads) |
* Total number of downloaded packages.
External Repository List
The following repositories are accessible during builds
Quick Enable
#> dnf copr enable jeffreylauribose/netpgp
More info about enabling Copr repositories