vexa-git

LOW
maintainer Monjaris 0 votes scanned 2026-09-15 17:20:16.402287
View on AUR
Why flagged

The package builds from the project's own git repository, 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 95%): The package builds from the project's own git repository, which is normal for AUR packages; the low severity is due to few votes and recent upload, not malicious content.

PKGBUILD

1# Maintainer: Monjaris <ziyanovruzlu750@gmail.com>
2
3pkgname=vexa-git
4pkgver=r1.g0000000
5pkgrel=1
6pkgdesc="Modern cross-platform graphics framework in C++"
7arch=('x86_64')
8url="https://github.com/monjaris/vexa"
9license=('MIT')
10
11makedepends=('git')
12
13source=('vexa::git+https://github.com/monjaris/vexa.git')
14sha256sums=('SKIP')
15
16pkgver() {
17 cd "$srcdir/vexa"
18
19 printf "r%s.g%s\n" \
20 "$(git rev-list --count HEAD)" \
21 "$(git rev-parse --short HEAD)"
22}
23
24build() {
25 cd "$srcdir/vexa"
26
27 ./build.sh
28}
29
30package() {
31 cd "$srcdir/vexa"
32
33 install -Dm755 libvexa.so \
34 "$pkgdir/usr/lib/libvexa.so"
35
36 cp -r include "$pkgdir/usr/"
37}
38

Scan history

Scanned at (UTC)SeverityRules
2026-09-15 17:20:16 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