libfprint-goodix-55a2

LOW
maintainer gigs 0 votes scanned 2026-08-20 17:11:42.006138
View on AUR
Why flagged

Package builds from a public git repository with a recent commit, but has few votes and a recent upload; however, it builds from source without executing untrusted binaries or payloads, limiting risk.

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 90%): Package builds from a public git repository with a recent commit, but has few votes and a recent upload; however, it builds from source without executing untrusted binaries or payloads, limiting risk.

PKGBUILD

1# Maintainer: Gaurav Kumar Yadav <gaurav712@protonmail.com>
2# Based on the official libfprint PKGBUILD by Jan Alexander Steffens (heftig)
3
4pkgname=libfprint-goodix-55a2
5_pkgname=libfprint
6pkgver=1.94.100
7pkgrel=4
8_commit=b14dfc587e0f8962e88fdc7efa3d923ff482cf46
9pkgdesc="Library for fingerprint readers, with a driver for the Goodix 27c6:55a2 (GF3206/GF3208) sensor"
10url="https://github.com/gaurav712/libfprint"
11arch=(x86_64)
12license=(LGPL-2.1-or-later)
13depends=(
14 libgcc
15 glib2
16 glibc
17 libgudev
18 libgusb
19 openssl
20 pixman
21)
22makedepends=(
23 git
24 glib2-devel
25 gobject-introspection
26 meson
27 python-cairo
28 python-gobject
29 systemd
30)
31provides=(libfprint libfprint-2.so)
32conflicts=(libfprint)
33groups=(fprint)
34source=("git+https://github.com/gaurav712/libfprint.git#commit=$_commit")
35b2sums=('SKIP')
36
37build() {
38 # g-ir-scanner runs under whichever python3 is first on PATH. A user venv
39 # without setuptools breaks it, so prefer the system interpreter.
40 export PATH="/usr/bin:$PATH"
41
42 local meson_options=(
43 -D drivers=all
44 -D installed-tests=false
45 -D doc=false
46 )
47
48 arch-meson $_pkgname build "${meson_options[@]}"
49 meson compile -C build
50}
51
52package() {
53 meson install -C build --destdir "$pkgdir"
54}
55

Scan history

Scanned at (UTC)SeverityRules
2026-08-20 17:11:42 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