svault-bin
LOW
maintainer x03a2k5c
0 votes
scanned 2026-08-21 09:14:41.547952
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
7
pkgname=svault-bin
8
pkgver=1.0.0
9
epoch=1
10
pkgrel=1
11
pkgdesc="Local encrypted secret vault for developers (prebuilt binary)"
12
arch=('x86_64' 'aarch64')
13
url="https://github.com/dafagareth/svault"
14
license=('MIT')
15
provides=('svault')
16
conflicts=('svault')
17
source_x86_64=("svault-$pkgver-x86_64::https://github.com/dafagareth/svault/releases/download/v$pkgver/svault-linux-amd64")
18
source_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
21
sha256sums_x86_64=('f8ed8ecdaeba36ab0452dd949b526b08ba8b438c5c7aeb867c421c55be01bc33')
22
sha256sums_aarch64=('999154a6e6e34396ef5f6e248b67f7914a50bc0e84a42a1091ab222a1b0fd7a6')
23
24
package() {
25
install -Dm755 "svault-$pkgver-$CARCH" "$pkgdir/usr/bin/svault"
26
}
27
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-21 09:14:41 | Low | 1 |