0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-01-31 21:22:27 +00:00
termux-packages/packages/gpgme/gpgmepp.subpackage.sh
Biswapriyo Nath ae9c06dc8c bump(main/gpgme): 1.24.0
Workaround the following build error by disabling check for yat2m.
/bin/bash: line 3: /data/data/com.termux/files/usr/bin/yat2m: cannot execute binary file: Exec format error
2024-11-08 18:40:38 +05:30

9 lines
206 B
Bash

TERMUX_SUBPKG_DESCRIPTION="Programmatic C++ library interface to GnuPG"
TERMUX_SUBPKG_INCLUDE="
lib/libgpgmepp.so
lib/cmake/Gpgmepp
lib/pkgconfig/gpgmepp.pc
include/gpgme++
"
TERMUX_SUBPKG_DEPENDS="libc++"