d4ec417b5b
The full gnupg package is not needed by apt (and thus the base installation) - gpgv is enough. So we split out gpgv to a separate package.
5 lines
238 B
Bash
5 lines
238 B
Bash
TERMUX_SUBPKG_INCLUDE="bin/gpgv share/man/man1/gpgv.1"
|
|
TERMUX_SUBPKG_DESCRIPTION="GNU privacy guard - signature verification tool"
|
|
# Conflict with older gnupg package before splitting out gpgv:
|
|
TERMUX_SUBPKG_CONFLICTS="gnupg (<= 1.4.21)"
|