lemonbar-ng

LOW
maintainer Abdullah 0 votes scanned 2026-09-02 19:51:22.089411
View on AUR
Why flagged

The package builds from source hosted on the maintainer's GitLab, which is a normal AUR practice; 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 source hosted on the maintainer's GitLab, which is a normal AUR practice; the low severity is due to few votes and recent upload, not malicious content.

PKGBUILD

1# Maintainer: Abdullah Khabir <abdullahx1c@gmail.com>
2pkgname=lemonbar-ng
3pkgver=1.0.0
4pkgrel=1
5pkgdesc="A lightweight status bar with Xft and Nerd Font support"
6arch=('x86_64')
7url="https://gitlab.com/Abdullah/lemonbar-ng"
8license=('MIT')
9depends=(
10 'libxcb'
11 'libx11'
12 'libxft'
13)
14conflicts=('lemonbar' 'lemonbar-xft-git')
15source=("$url/-/archive/v$pkgver/$pkgname-v$pkgver.tar.gz")
16sha512sums=('91d3cd05ab9c0296ed5b2cc28b51253737f54f15e6a5b454e8551be6990f2e0a09a4db3c1b2fb32adddf64637794eb238b605e36705b97fdd863d14efccb55f1')
17
18build() {
19 cd "$pkgname-v$pkgver"
20 make
21}
22
23package() {
24 cd "$pkgname-v$pkgver"
25 make DESTDIR="$pkgdir" PREFIX=/usr install
26 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
27}
28

Scan history

Scanned at (UTC)SeverityRules
2026-09-02 19:51:22 Low 2
2026-09-02 17:51:12 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