tyler-git

LOW
maintainer lnicoara 0 votes scanned 2026-09-01 17:48:51.913915
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: Liviu Nicoara <lnicoara at thinkoid dot org>
2
3pkgname=tyler-git
4pkgver=r23.ca98c44
5pkgrel=1
6pkgdesc="A dwm-shaped Wayland compositor: tiling, tags, in-compositor bar and menu"
7arch=('x86_64')
8url="https://github.com/thinkoid/tyler"
9license=('WTFPL')
10depends=('wlroots0.19' 'wayland' 'libxkbcommon' 'fcft' 'pixman' 'libdrm'
11 'libinput')
12# tllist: header-only, but fcft.pc Requires it, so meson's fcft lookup
13# fails without the .pc at build time.
14makedepends=('git' 'meson' 'wayland-protocols' 'tllist')
15optdepends=('foot: default terminal (termcmd)'
16 'libpulse: volume keys drive pactl'
17 'light: brightness keys'
18 'iw: wifi field in the bundled status feeder'
19 'ttf-iosevkaterm-nerd: the bar glyphs config.h names')
20provides=('tyler')
21conflicts=('tyler')
22source=("tyler::git+https://github.com/thinkoid/tyler.git")
23sha256sums=('SKIP')
24
25pkgver() {
26 cd tyler
27 printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short=7 HEAD)"
28}
29
30build() {
31 arch-meson tyler build
32 meson compile -C build
33}
34
35package() {
36 meson install -C build --destdir "$pkgdir"
37 install -Dm644 tyler/LICENSE \
38 "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
39}
40

Scan history

Scanned at (UTC)SeverityRules
2026-09-01 17:48:51 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