When building a tool that uses this package I get the following error:
pkg-config --cflags -- gpgme
Package gpgme was not found in the pkg-config search path.
Perhaps you should add the directory containing `gpgme.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gpgme' found
Looking at RHEL and CentOS 7 there doesn't appear to be a pkg config file for gpgme.
Is there a way to resolve the issue so this module can find the cflags?