vestige-bin

LOW
maintainer aardbol 0 votes scanned 2026-09-06 21:12:32.019604
View on AUR
Why flagged

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

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.

PKGBUILD

1# Maintainer: @aardbol
2pkgname=vestige-bin
3_pkgname=vestige
4pkgver=2.8.0
5pkgrel=1
6pkgdesc='Long-term memory MCP server for AI agents with deterministic root-cause retrieval'
7arch=('x86_64')
8url='https://github.com/samvallad33/vestige'
9license=('AGPL-3.0')
10depends=('glibc' 'gcc-libs')
11provides=('vestige')
12conflicts=('vestige' 'vestige-git')
13options=('!strip' '!debug')
14
15source_x86_64=("${url}/releases/download/v${pkgver}/${_pkgname}-mcp-x86_64-unknown-linux-gnu.tar.gz")
16sha256sums_x86_64=('b1ca9c0dc35cb640bca6376673fc003e1f17561c8899d8d876eda51555fe9c65')
17
18package() {
19 install -Dm755 "$srcdir/${_pkgname}-mcp" "$pkgdir/usr/bin/${_pkgname}-mcp"
20 install -Dm755 "$srcdir/${_pkgname}" "$pkgdir/usr/bin/${_pkgname}"
21 install -Dm755 "$srcdir/${_pkgname}-restore" "$pkgdir/usr/bin/${_pkgname}-restore"
22}

Scan history

Scanned at (UTC)SeverityRules
2026-09-06 21:12:32 Low 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion