gpgmepp-2.0.0

Introduction to gpgmepp

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.

Package Information

  • 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

gpgmepp Dependencies

Required

CMake-4.1.3 and gpgme-2.0.1

Installation of gpgmepp

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

Contents

Installed Program: None
Installed Libraries: libgpgmepp.so
Installed Directory: /usr/lib/cmake/Gpgmepp and /usr/include/gpgme++

Short Descriptions

libgpgmepp.so

contains the C++ gpgme API functions