lunduke-edit-git
LOW
maintainer andreas_baumann
1 votes
scanned 2026-09-25 09:11:17.574095
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: Andreas Baumann <mail@andreasbaumann.cc>
2
3
pkgname=lunduke-edit-git
4
pkgver=r1.0000000
5
pkgrel=1
6
pkgdesc="A light plain-text editor for the Lunduke Computer Operating System (LCOS)"
7
arch=('x86_64')
8
url="https://github.com/BryanLunduke/lunduke-edit"
9
license=('GPL-3.0-or-later')
10
depends=('gtkmm3' 'gtksourceviewmm3')
11
makedepends=('meson' 'ninja' 'git')
12
provides=('lunduke-edit')
13
conflicts=('lunduke-edit')
14
source=("$pkgname::git+https://github.com/BryanLunduke/lunduke-edit.git")
15
sha512sums=('SKIP')
16
17
pkgver() {
18
cd "$pkgname"
19
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
20
}
21
22
build() {
23
arch-meson "$pkgname" build
24
meson compile -C build
25
}
26
27
package() {
28
meson install -C build --destdir "$pkgdir"
29
}
30
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-25 09:11:17 | Low | 2 |