hidapi-hotplug
maintainer CalcProgrammer1
· 0 votes
· scanned 2026-08-18 00:03:42.021799
LOW
View on AUR ↗
Why flagged
The package builds from a public Git repository with a tagged release, which is a normal AUR practice; the low severity is due to few votes and recent upload, not malicious content.
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 public Git repository with a tagged release, which is a normal AUR practice; the low severity is due to few votes and recent upload, not malicious content.
PKGBUILD
1
# Contributor: Sergej Pupykin <arch+pub@sergej.pp.ru>
2
# Contributor: Niels Martignène <niels.martignene@gmail.com>
3
# Contributor: Nicolas Avrutin <nicolasavru@gmail.com>
4
# Contributor: Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
5
# Contributor: Adam Honse <calcprogrammer1@gmail.com>
6
7
pkgname=hidapi-hotplug
8
pkgver=0.15.0
9
pkgrel=1
10
pkgdesc='Simple library for communicating with USB and Bluetooth HID devices with hotplug support'
11
arch=(x86_64)
12
url='https://gitlab.com/OpenRGBDevelopers/hidapi-hotplug'
13
license=('GPL3' 'BSD' 'custom')
14
depends=('systemd-libs')
15
optdepends=('libusb: for hidapi-hotplug-libusb')
16
makedepends=('cmake' 'libusb' 'git')
17
provides=('hidapi-hotplug' 'libhidapi-hotplug-hidraw.so' 'libhidapi-hotplug-libusb.so')
18
source=("git+https://gitlab.com/OpenRGBDevelopers/hidapi-hotplug.git#tag=hidapi-hotplug-0.15.0")
19
sha512sums=('SKIP')
20
21
build() {
22
cmake -B build -S hidapi-hotplug -DCMAKE_INSTALL_PREFIX=/usr
23
cmake --build build
24
}
25
26
package() {
27
DESTDIR="${pkgdir}" cmake --install build
28
}
29
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-18 00:03:42 | LOW | 2 |
| 2026-08-17 00:18:29 | LOW | 2 |
| 2026-08-16 00:03:42 | LOW | 2 |
| 2026-08-15 00:26:13 | LOW | 2 |
| 2026-08-14 00:03:41 | LOW | 2 |
| 2026-08-13 00:17:07 | LOW | 2 |
| 2026-08-12 00:27:08 | LOW | 2 |
| 2026-08-11 17:21:34 | LOW | 2 |