matsya-settings
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 the project itself, which is normal for 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 85%): The package builds from a public Git repository of the project itself, which is normal for AUR packages; the low severity is due to few votes and recent upload, not malicious content.
PKGBUILD
1
# Maintainer: Your Name <admin@matsyos.ml>
2
pkgname=matsya-settings
3
pkgver=1.1
4
pkgrel=1
5
pkgdesc="settings of Matsya Ui."
6
arch=('x86_64')
7
url="https://github.com/MatsyaOs/matsya-settings"
8
license=('GPL')
9
groups=('Matsya')
10
makedepends=('git')
11
depends=(
12
'pkgconfig'
13
'cmake' 'bluedevil' 'kf6-bluez-qt' 'matsyaui' 'fontconfig' 'freetype2' 'icu' 'libmatsya' 'libxcursor' 'kf6-modemmanager-qt' 'kf6-networkmanager-qt' 'qt6-quickcontrols2' 'extra-cmake-modules' 'ninja' 'qt6-tools'
14
'extra-cmake-modules'
15
'kf6-config' 'kf6-kdecoration' 'kf6-guiaddons' 'kf6-coreaddons' 'kf6-configwidgets' 'kf6-kwindowsystem' 'kf6-kwayland' 'pkgconf' 'qt6-base' 'qt6-declarative' 'qt6-wayland' 'qt6-tools' 'kf6-kwindowsystem' 'polkit' 'polkit-qt6' 'xorg-server-devel' 'xf86-input-libinput' 'xf86-input-synaptics' 'qt6-base' 'qt6-declarative' 'freetype2' 'fontconfig' 'kf6-networkmanager-qt' 'kf6-modemmanager-qt'
16
)
17
source=('git+https://github.com/MatsyaOs/matsya-settings')
18
md5sums=('SKIP')
19
20
21
build() {
22
23
cd "$srcdir"/matsya-settings/
24
25
cmake -DCMAKE_INSTALL_PREFIX=/usr .
26
make
27
}
28
29
package() {
30
cd matsya-settings
31
DESTDIR="$pkgdir" make install
32
}
33
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 |