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>
3
pkgname=libmatsya
4
pkgver=1.1
5
pkgrel=1
6
pkgdesc="libmatsya of Matsya UI."
7
arch=('x86_64')
8
url="https://github.com/MatsyaOs/libmatsya"
9
license=('GPL')
10
groups=('Matsya')
11
makedepends=('git' 'cmake' 'extra-cmake-modules' 'ninja')
12
depends=(
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
)
24
source=('git+https://github.com/MatsyaOs/libmatsya')
25
md5sums=('SKIP')
26
27
build() {
28
cd "$srcdir"/libmatsya/
29
cmake -DCMAKE_INSTALL_PREFIX=/usr .
30
make
31
}
32
33
package() {
34
cd libmatsya
35
DESTDIR="$pkgdir" make install
36
}
37
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 |