libmatsya

maintainer misternegative · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package builds from a public git repository of a project with few votes and recent upload, but the source is transparent and the build process is standard, posing minimal risk.

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%): The package builds from a public git repository of a project with few votes and recent upload, but the source is transparent and the build process is standard, posing minimal risk.

PKGBUILD

1
2# Maintainer: MatsyaOS <admin@matsyaos.ml>
3pkgname=libmatsya
4pkgver=1.1
5pkgrel=1
6pkgdesc="libmatsya of Matsya UI."
7arch=('x86_64')
8url="https://github.com/MatsyaOs/libmatsya"
9license=('GPL')
10groups=('Matsya')
11makedepends=('git' 'cmake' 'extra-cmake-modules' 'ninja')
12depends=(
13 'pkgconfig' 'pkgconf'
14 'qt6-base' 'qt6-declarative' 'qt6-tools' 'qt6-sensors'
15 'kf6-config' 'kf6-coreaddons' 'kf6-guiaddons' 'kf6-configwidgets'
16 'kf6-kwindowsystem' 'kf6-kwayland' 'kf6-kdecoration'
17 'kf6-networkmanager-qt' 'kf6-modemmanager-qt' 'kf6-bluez-qt'
18 'kf6-screen' 'kf6-kio' 'libkscreen'
19 'polkit' 'polkit-qt6'
20 'accountsservice' 'kscreen'
21 'freetype2' 'fontconfig'
22 'xorg-server-devel' 'xf86-input-libinput' 'xf86-input-synaptics'
23)
24source=('git+https://github.com/MatsyaOs/libmatsya')
25md5sums=('SKIP')
26
27build() {
28 cd "$srcdir"/libmatsya/
29 cmake -DCMAKE_INSTALL_PREFIX=/usr .
30 make
31}
32
33package() {
34 cd libmatsya
35 DESTDIR="$pkgdir" make install
36}
37

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