matsya-statusbar

maintainer misternegative · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged Package has few votes and was recently uploaded, but builds from source using standard Qt/KF6 dependencies with no remote code execution or untrusted downloads.

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 90%): Package has few votes and was recently uploaded, but builds from source using standard Qt/KF6 dependencies with no remote code execution or untrusted downloads.

PKGBUILD

1# Maintainer: Your Name <admin@matsyos.ml>
2pkgname=matsya-statusbar
3pkgver=1.1
4pkgrel=1
5pkgdesc="Status Bar of Matsya Ui"
6arch=('x86_64')
7url="https://github.com/MatsyaOs/statusbar"
8license=('GPL')
9groups=('Matsya')
10makedepends=('cmake' 'extra-cmake-modules' 'qt6-base' 'qt6-declarative' 'qt6-wayland'
11 'qt6-tools' 'kwindowsystem' 'kconfig' 'kcoreaddons'
12 'kirigami' 'networkmanager-qt' 'modemmanager-qt'
13 'xorg-server-devel' 'pkgconf')
14depends=('qt6-base' 'qt6-declarative' 'kwindowsystem' 'kconfig'
15 'kcoreaddons' 'networkmanager-qt' 'modemmanager-qt')
16source=()
17md5sums=('SKIP')
18
19build() {
20 cmake -B build -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
21 cmake --build build -j$(nproc)
22}
23
24package() {
25 DESTDIR="$pkgdir" cmake --install build
26}
27

Scan history

Scanned at (UTC)SeverityRules
2026-08-03 00:08:14 LOW 2
2026-08-02 00:16:08 LOW 2
2026-08-01 00:11:18 LOW 2
2026-07-31 00:14:10 LOW 2
2026-07-30 21:16:48 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