lemonbar-ng
LOW
maintainer Abdullah
0 votes
scanned 2026-09-02 19:51:22.089411
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>
2
pkgname=lemonbar-ng
3
pkgver=1.0.0
4
pkgrel=1
5
pkgdesc="A lightweight status bar with Xft and Nerd Font support"
6
arch=('x86_64')
7
url="https://gitlab.com/Abdullah/lemonbar-ng"
8
license=('MIT')
9
depends=(
10
'libxcb'
11
'libx11'
12
'libxft'
13
)
14
conflicts=('lemonbar' 'lemonbar-xft-git')
15
source=("$url/-/archive/v$pkgver/$pkgname-v$pkgver.tar.gz")
16
sha512sums=('91d3cd05ab9c0296ed5b2cc28b51253737f54f15e6a5b454e8551be6990f2e0a09a4db3c1b2fb32adddf64637794eb238b605e36705b97fdd863d14efccb55f1')
17
18
build() {
19
cd "$pkgname-v$pkgver"
20
make
21
}
22
23
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-09-02 19:51:22 | Low | 2 |
| 2026-09-02 17:51:12 | Low | 2 |