tyler-git
LOW
maintainer lnicoara
0 votes
scanned 2026-09-01 17:48:51.913915
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
3
pkgname=tyler-git
4
pkgver=r23.ca98c44
5
pkgrel=1
6
pkgdesc="A dwm-shaped Wayland compositor: tiling, tags, in-compositor bar and menu"
7
arch=('x86_64')
8
url="https://github.com/thinkoid/tyler"
9
license=('WTFPL')
10
depends=('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.
14
makedepends=('git' 'meson' 'wayland-protocols' 'tllist')
15
optdepends=('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')
20
provides=('tyler')
21
conflicts=('tyler')
22
source=("tyler::git+https://github.com/thinkoid/tyler.git")
23
sha256sums=('SKIP')
24
25
pkgver() {
26
cd tyler
27
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short=7 HEAD)"
28
}
29
30
build() {
31
arch-meson tyler build
32
meson compile -C build
33
}
34
35
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-09-01 17:48:51 | Low | 2 |