0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-09-26 11:34:59 +00:00
Files
termux-packages/packages/libpcsclite/pcscd.subpackage.sh
Henrik Grimler c0f92798ac libpcsclite: move to main repo
It was added in root-packages since accessing usb smartcards at that
time required root.  These days it is somewhat possible without root
thanks to termux-usb, and we are hoping to improve usb support in the
future.

Move libpcsclite to the main repo to simplify experimentation.
2025-02-07 20:14:39 +01:00

4 lines
224 B
Bash

TERMUX_SUBPKG_DESCRIPTION="Middleware to access a smart card using SCard API (PC/SC). (daemon side)"
TERMUX_SUBPKG_INCLUDE="bin/pcscd share/man/man5/reader.conf.5.gz share/man/man8/pcscd.8.gz"
TERMUX_SUBPKG_DEPENDS="libusb"