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