yankbase-git

LOW
maintainer omarvalentini 0 votes scanned 2026-09-08 05:16:12.985842
View on AUR
Why flagged

The package builds from the project's own Git repository on Codeberg, which is a plausible project-owned host; the low severity is due to few votes and recent upload, but the source is transparent and the build process is standard.

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 on Codeberg, which is a plausible project-owned host; the low severity is due to few votes and recent upload, but the source is transparent and the build process is standard.

PKGBUILD

1# Maintainer: Omar Stefano Valentini <omarvalentini@proton.me>
2
3_pkgname="yankbase"
4pkgname="${_pkgname}-git"
5pkgver=0.1r0.g02d36e2
6pkgrel=1
7pkgdesc="A git-based universal text snippet manager"
8url="https://codeberg.org/ValOm/yankbase"
9
10arch=("any")
11depends=("gitstore")
12makedepends=("git" "make" "scdoc" "gzip")
13license=("BSD")
14
15source=("git+$url")
16md5sums=("SKIP")
17
18provides=( "$_pkgname" )
19
20pkgver() {
21 cd "$srcdir/$_pkgname" || exit 1
22 git describe --tags --long | sed '{ s/^v//; s/-/r/; s/-/./}'
23}
24
25check() {
26 cd "$srcdir/$_pkgname" && make test
27}
28
29build() {
30 cd "$_pkgname" || exit 1
31 make build
32}
33
34package() {
35 cd "$_pkgname" || exit 1
36 make install DESTDIR="$pkgdir" prefix="/usr"
37}
38

Scan history

Scanned at (UTC)SeverityRules
2026-09-08 05:16:12 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