idlerd-git

maintainer kotleni · 1 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package builds from the project's own Git repository, which is normal for AUR packages; 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 the project's own Git repository, which is normal for AUR packages; the low severity is due to few votes and recent upload, not malicious content.

PKGBUILD

1# Maintainer: Viktor Varenik <yavarenikya@gmail.com>
2
3pkgname=idlerd-git
4pkgver=1.0.0
5pkgrel=1
6pkgdesc='Configless idle management daemon for Wayland with gamepad support'
7arch=('x86_64')
8url="https://github.com/kotleni/${pkgname%-git}"
9license=('GPL-2.0-only')
10depends=('wayland')
11makedepends=('cmake' 'wayland-protocols' 'wayland-utils' 'git')
12provides=("${pkgname%-git}")
13conflicts=("${pkgname%-git}")
14source=("git+${url}.git")
15sha256sums=('SKIP')
16
17pkgver() {
18 cd "${pkgname%-git}"
19 git describe --tags --long | sed 's/^v//;s/-/.r/;s/-/./'
20}
21
22build() {
23 cmake -B build -S "${pkgname%-git}" \
24 -DCMAKE_BUILD_TYPE=Release \
25 -DCMAKE_INSTALL_PREFIX=/usr
26 cmake --build build
27}
28
29package() {
30 DESTDIR="${pkgdir}" cmake --install build
31}
32

Scan history

Scanned at (UTC)SeverityRules
2026-08-03 00:08:14 LOW 2
2026-08-02 00:16:08 LOW 2
2026-08-01 00:11:18 LOW 2
2026-07-31 00:14:10 LOW 2
2026-07-30 00:17:23 LOW 2
2026-07-29 00:25:53 LOW 2
2026-07-28 00:07:28 LOW 2
2026-07-27 00:24:32 LOW 2
2026-07-26 21:33: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