token2-fido-bridge
LOW
maintainer quest
0 votes
scanned 2026-08-23 01:19:32.924999
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>
2
pkgname=token2-fido-bridge
3
pkgver=0.1.2
4
pkgrel=1
5
pkgdesc="Daemon exposing PC/SC smartcards (contact or NFC) as virtual FIDO2/WebAuthn USB-HID security keys"
6
arch=('x86_64' 'aarch64')
7
url="https://github.com/token2/token2-fido-bridge"
8
license=('MIT')
9
depends=('glibc' 'gcc-libs' 'pcsclite')
10
makedepends=('cmake')
11
optdepends=('ccid: driver for most USB smartcard/NFC readers')
12
install=$pkgname.install
13
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
14
sha256sums=('de516ba1b46634529d59bbbd56cd153c49face7e893785d33a41220d8e386161')
15
16
build() {
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
24
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-08-23 01:19:32 | Low | 1 |