libfprint-gxfp

LOW
maintainer HanHaocheng 0 votes scanned 2026-08-25 09:25:51.619243
View on AUR
Why flagged

The package builds from a fixed commit of a GitHub fork, which is a normal practice for AUR packages adding driver support; the source is verifiable and the build process is transparent, posing no inherent security risk despite the untrusted host and low votes.

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.

Low AI review llm_review

An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package builds from a fixed commit of a GitHub fork, which is a normal practice for AUR packages adding driver support; the source is verifiable and the build process is transparent, posing no inherent security risk despite the untrusted host and low votes.

PKGBUILD

1# Maintainer: Han-Haocheng <1849397656@qq.com>
2# Contributor: (add yours)
3# libfprint 后端(GXFP 驱动 + SIGFM),源码 = Han-Haocheng/libfprint fork 固定 commit。
4pkgname=libfprint-gxfp
5pkgver=1.94.5
6pkgrel=2
7pkgdesc='libfprint with Goodix GXFP5130 eSPI support (SIGFM matching)'
8arch=('x86_64')
9url='https://github.com/Han-Haocheng/libfprint'
10license=('LGPL-2.1-or-later')
11depends=('gxfp5130' 'mbedtls3' 'glib2' 'libgusb' 'libgudev' 'opencv' 'fprintd')
12makedepends=('meson' 'ninja' 'cmake' 'pkgconf')
13provides=("libfprint=$pkgver" 'libfprint-2.so=2-64')
14conflicts=('libfprint')
15options=('!debug')
16
17source=('libfprint-63b63f3.tar.gz::https://codeload.github.com/Han-Haocheng/libfprint/tar.gz/63b63f3290e990ba8b997f1dece36e8e9f5f5949')
18sha256sums=('49067935844bba384012fa3d9cb50fc9c0f02aacd402fd3ca22f32298b7be119')
19
20build() {
21 export PKG_CONFIG_PATH="${MBEDTLS3_PC:-/usr/lib/mbedtls3/pkgconfig}"
22 meson setup "$srcdir/libfprint-63b63f3290e990ba8b997f1dece36e8e9f5f5949" "$srcdir/build" \
23 --prefix=/usr \
24 --buildtype=release \
25 -Ddrivers=gxfp \
26 -Ddoc=false \
27 -Dgtk-examples=false \
28 -Dintrospection=false \
29 -Dudev_rules=disabled \
30 -Dudev_hwdb=disabled
31 meson compile -C "$srcdir/build"
32}
33
34package() {
35 DESTDIR="$pkgdir" meson install -C "$srcdir/build"
36}
37

Scan history

Scanned at (UTC)SeverityRules
2026-08-25 09:25:51 Low 2

Report a package

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

0 / 4000
Your suggestion