wayshadow-git

LOW
maintainer justanoobcoder 0 votes scanned 2026-09-01 01:46:26.700662
View on AUR
Why flagged

The package builds from the project's own Git repository, which is normal for -git 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 -git AUR packages; the low severity is due to few votes and recent upload, not malicious content.

PKGBUILD

1# Maintainer: justanoobcoder <syaorancode@gmail.com>
2pkgname=wayshadow-git
3_pkgname=wayshadow
4pkgver=r33.31e440b
5pkgrel=1
6pkgdesc="A lightweight, elegant keystroke visualizer for Wayland compositors"
7arch=('x86_64' 'aarch64')
8url="https://github.com/justanoobcoder/wayshadow"
9license=('MIT')
10depends=(
11 'wayland'
12 'cairo'
13 'pango'
14 'libinput'
15 'libxkbcommon'
16 'gtk3'
17 'libappindicator'
18)
19makedepends=(
20 'wayland-protocols'
21 'pkg-config'
22 'gcc'
23 'make'
24 'git'
25)
26source=("git+${url}.git")
27sha256sums=('SKIP')
28options=(!debug)
29
30pkgver() {
31 cd "$_pkgname"
32 printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short=7 HEAD)"
33}
34
35build() {
36 cd "$_pkgname"
37 make WAYLAND_PROTOCOLS_DIR=/usr/share/wayland-protocols \
38 GIT_COMMIT=$(git rev-parse --short HEAD 2>/dev/null || echo unknown)
39}
40
41check() {
42 cd "$_pkgname"
43 make test WAYLAND_PROTOCOLS_DIR=/usr/share/wayland-protocols
44}
45
46package() {
47 cd "$_pkgname"
48 make install \
49 DESTDIR="$pkgdir" \
50 WAYLAND_PROTOCOLS_DIR=/usr/share/wayland-protocols
51
52 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$_pkgname/LICENSE"
53}
54

Scan history

Scanned at (UTC)SeverityRules
2026-09-01 01:46:26 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