Browse Source
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.android-5
Fredrik Fornwall
9 years ago
3 changed files with 7 additions and 1 deletions
@ -0,0 +1,4 @@ |
|||
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)" |
Loading…
Reference in new issue