Sequoia-PGP is an implementation of OpenPGP in Rust. This port provides the sq command line application, which provides a way to use OpenPGP conveniently from the command line.
To install sequoia-sq, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install sequoia-sq
To see what files were installed by sequoia-sq, run:
port contents sequoia-sq
To later upgrade sequoia-sq, run:
sudo port selfupdate && sudo port upgrade sequoia-sq
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.