svault-bin

LOW
maintainer x03a2k5c 0 votes scanned 2026-08-21 09:14:41.547952
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: dafagareth <dafagareth@gmail.com>
2
3# Prebuilt-binary package of svault. Installs the release binary directly without
4# a Go toolchain. The sha256sums below MUST match the files in the release's
5# checksums.txt; update them on every new version.
6
7pkgname=svault-bin
8pkgver=1.0.0
9epoch=1
10pkgrel=1
11pkgdesc="Local encrypted secret vault for developers (prebuilt binary)"
12arch=('x86_64' 'aarch64')
13url="https://github.com/dafagareth/svault"
14license=('MIT')
15provides=('svault')
16conflicts=('svault')
17source_x86_64=("svault-$pkgver-x86_64::https://github.com/dafagareth/svault/releases/download/v$pkgver/svault-linux-amd64")
18source_aarch64=("svault-$pkgver-aarch64::https://github.com/dafagareth/svault/releases/download/v$pkgver/svault-linux-arm64")
19# sha256 from the release checksums.txt (svault-linux-amd64 / svault-linux-arm64):
20# curl -fsSL https://github.com/dafagareth/svault/releases/download/v$pkgver/checksums.txt
21sha256sums_x86_64=('f8ed8ecdaeba36ab0452dd949b526b08ba8b438c5c7aeb867c421c55be01bc33')
22sha256sums_aarch64=('999154a6e6e34396ef5f6e248b67f7914a50bc0e84a42a1091ab222a1b0fd7a6')
23
24package() {
25 install -Dm755 "svault-$pkgver-$CARCH" "$pkgdir/usr/bin/svault"
26}
27

Scan history

Scanned at (UTC)SeverityRules
2026-08-21 09:14:41 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