matsya-texteditor

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 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 a public Git repository of the project itself, which is a normal AUR practice; the low severity is due to few votes and recent upload, not malicious content.

PKGBUILD

1
2# Maintainer: Your Name <admin@matsyos.ml>
3pkgname=matsya-texteditor
4pkgver=1.1
5pkgrel=1
6pkgdesc="Text Editor of Matsya Ui."
7arch=('x86_64')
8url="https://github.com/MatsyaOs/texteditor"
9license=('GPL')
10groups=('Matsya')
11makedepends=('git')
12depends=(
13 'pkgconfig'
14 'cmake'
15 'extra-cmake-modules'
16 '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'
17)
18source=('git+https://github.com/MatsyaOs/texteditor')
19md5sums=('SKIP')
20
21
22build() {
23
24 cd "$srcdir"/texteditor/
25
26 cmake -DCMAKE_INSTALL_PREFIX=/usr .
27 make
28}
29
30package() {
31 cd texteditor
32 DESTDIR="$pkgdir" make install
33}
34

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