libfprint-gxfp
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
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
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
# Maintainer: Han-Haocheng <1849397656@qq.com>
# Contributor: (add yours)
# libfprint 后端(GXFP 驱动 + SIGFM),源码 = Han-Haocheng/libfprint fork 固定 commit。
pkgname=libfprint-gxfp
pkgver=1.94.5
pkgrel=2
pkgdesc='libfprint with Goodix GXFP5130 eSPI support (SIGFM matching)'
arch=('x86_64')
url='https://github.com/Han-Haocheng/libfprint'
license=('LGPL-2.1-or-later')
depends=('gxfp5130' 'mbedtls3' 'glib2' 'libgusb' 'libgudev' 'opencv' 'fprintd')
makedepends=('meson' 'ninja' 'cmake' 'pkgconf')
provides=("libfprint=$pkgver" 'libfprint-2.so=2-64')
conflicts=('libfprint')
options=('!debug')
source=('libfprint-63b63f3.tar.gz::https://codeload.github.com/Han-Haocheng/libfprint/tar.gz/63b63f3290e990ba8b997f1dece36e8e9f5f5949')
sha256sums=('49067935844bba384012fa3d9cb50fc9c0f02aacd402fd3ca22f32298b7be119')
build() {
export PKG_CONFIG_PATH="${MBEDTLS3_PC:-/usr/lib/mbedtls3/pkgconfig}"
meson setup "$srcdir/libfprint-63b63f3290e990ba8b997f1dece36e8e9f5f5949" "$srcdir/build" \
--prefix=/usr \
--buildtype=release \
-Ddrivers=gxfp \
-Ddoc=false \
-Dgtk-examples=false \
-Dintrospection=false \
-Dudev_rules=disabled \
-Dudev_hwdb=disabled
meson compile -C "$srcdir/build"
}
package() {
DESTDIR="$pkgdir" meson install -C "$srcdir/build"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-25 09:25:51 | Low | 2 |