3619926bc1
And fix so that configure script can find libusb headers. This makes it possible to access smartcards with gpg/scdaemon when running as root. It is not without flaws though, the gpg-agent daemon has to be manually stopped sometimes to make the card appear. Also seems quite hard to get some things to work when running gpg-agent and scdaemon as root: I haven't been able to do remote forwarding or sig git commits.
6 lines
315 B
Bash
6 lines
315 B
Bash
TERMUX_SUBPKG_INCLUDE="libexec/scdaemon share/man/man1/scdaemon.1.gz"
|
|
TERMUX_SUBPKG_DESCRIPTION="Daemon invoked by gpg to manage smartcards"
|
|
TERMUX_SUBPKG_DEPENDS="libgcrypt, libksba, libgpg-error, libassuan, libnpth, libusb"
|
|
TERMUX_SUBPKG_CONFLICTS="gnupg (<< 2.3.3-2)"
|
|
TERMUX_SUBPKG_REPLACES="gnupg (<< 2.3.3-2)"
|