token2-fido-bridge

LOW
maintainer quest 0 votes scanned 2026-08-23 01:19:32.924999
View on AUR
Why flagged

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

Triggered rules

Low Few votes, recently uploaded zero_votes_recent

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

PKGBUILD

1# Maintainer: quest <quest@mac.com>
2pkgname=token2-fido-bridge
3pkgver=0.1.2
4pkgrel=1
5pkgdesc="Daemon exposing PC/SC smartcards (contact or NFC) as virtual FIDO2/WebAuthn USB-HID security keys"
6arch=('x86_64' 'aarch64')
7url="https://github.com/token2/token2-fido-bridge"
8license=('MIT')
9depends=('glibc' 'gcc-libs' 'pcsclite')
10makedepends=('cmake')
11optdepends=('ccid: driver for most USB smartcard/NFC readers')
12install=$pkgname.install
13source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
14sha256sums=('de516ba1b46634529d59bbbd56cd153c49face7e893785d33a41220d8e386161')
15
16build() {
17 cmake -B build -S "$pkgname-$pkgver" \
18 -DCMAKE_BUILD_TYPE=None \
19 -DCMAKE_INSTALL_PREFIX=/usr \
20 -DSTATIC_CXX_RUNTIME=OFF
21 cmake --build build
22}
23
24package() {
25 DESTDIR="$pkgdir" cmake --install build
26 install -Dm644 "$pkgname-$pkgver/LICENSE" \
27 "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
28}
29

Scan history

Scanned at (UTC)SeverityRules
2026-08-23 01:19:32 Low 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion