libfprint-goodix-55a2
LOW
maintainer gigs
0 votes
scanned 2026-08-20 17:11:42.006138
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
4
pkgname=libfprint-goodix-55a2
5
_pkgname=libfprint
6
pkgver=1.94.100
7
pkgrel=4
8
_commit=b14dfc587e0f8962e88fdc7efa3d923ff482cf46
9
pkgdesc="Library for fingerprint readers, with a driver for the Goodix 27c6:55a2 (GF3206/GF3208) sensor"
10
url="https://github.com/gaurav712/libfprint"
11
arch=(x86_64)
12
license=(LGPL-2.1-or-later)
13
depends=(
14
libgcc
15
glib2
16
glibc
17
libgudev
18
libgusb
19
openssl
20
pixman
21
)
22
makedepends=(
23
git
24
glib2-devel
25
gobject-introspection
26
meson
27
python-cairo
28
python-gobject
29
systemd
30
)
31
provides=(libfprint libfprint-2.so)
32
conflicts=(libfprint)
33
groups=(fprint)
34
source=("git+https://github.com/gaurav712/libfprint.git#commit=$_commit")
35
b2sums=('SKIP')
36
37
build() {
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
52
package() {
53
meson install -C build --destdir "$pkgdir"
54
}
55
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-20 17:11:42 | Low | 2 |