The gpgmepp package provides a C++ wrapper to gpgme-2.0.1.
This package is known to build and work properly using an LFS 12.4 platform.
Download (HTTP): https://www.gnupg.org/ftp/gcrypt/gpgmepp/gpgmepp-2.0.0.tar.xz
Download SHA256 Sum: d4796049c06708a26f3096f748ef095347e1a3c1e570561701fe952c3f565382
Download MD5 sum: c27f2285fe9fac54b5d1ca22e00b4594
Download size: 115 KB
Estimated disk space required: 8.9 MB
Estimated build time: 0.1 SBU
To Prepare gpgmepp by running the following commands:
cmake -B build -D CMAKE_INSTALL_PREFIX=/usr
This tells cmake to build the package
in the build directory.
cmake --build build
This package does not come with a test suite.
Now tell cmake to install the package in the
build directory, as the root user:
cmake --install build