yankbase-git
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
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
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
# Maintainer: Omar Stefano Valentini <omarvalentini@proton.me>
_pkgname="yankbase"
pkgname="${_pkgname}-git"
pkgver=0.1r0.g02d36e2
pkgrel=1
pkgdesc="A git-based universal text snippet manager"
url="https://codeberg.org/ValOm/yankbase"
arch=("any")
depends=("gitstore")
makedepends=("git" "make" "scdoc" "gzip")
license=("BSD")
source=("git+$url")
md5sums=("SKIP")
provides=( "$_pkgname" )
pkgver() {
cd "$srcdir/$_pkgname" || exit 1
git describe --tags --long | sed '{ s/^v//; s/-/r/; s/-/./}'
}
check() {
cd "$srcdir/$_pkgname" && make test
}
build() {
cd "$_pkgname" || exit 1
make build
}
package() {
cd "$_pkgname" || exit 1
make install DESTDIR="$pkgdir" prefix="/usr"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-08 05:16:12 | Low | 2 |