hush-hush-cli-bin
LOW
maintainer alrayyes
0 votes
scanned 2026-08-31 15:45:42.143005
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: Ryan Kes <alias+packages@ryankes.eu>
2
#
3
# Binary package, not built from source: goreleaser already cross-compiles
4
# this on every release (.goreleaser.yml), and pulling in a Go toolchain
5
# just to rebuild what's already sitting on the release page has nothing
6
# to offer over downloading it. hush-hush (the server) has no AUR package
7
# of its own - it's container-only, see .goreleaser.yml's build config for
8
# why.
9
#
10
pkgname=hush-hush-cli-bin
11
pkgver=0.16.0
12
pkgrel=1
13
pkgdesc="Client for the hush-hush secrets object store"
14
arch=('x86_64' 'aarch64')
15
url="https://github.com/alrayyes/hush-hush"
16
license=('GPL-3.0-only')
17
provides=('hush-hush-cli')
18
conflicts=('hush-hush-cli')
19
# No rename prefix: the two architectures' upstream filenames are already
20
# distinct. A shared local name here once made `updpkgsums` silently reuse
21
# one architecture's download (and its checksum) for the other.
22
source_x86_64=("$url/releases/download/v$pkgver/hush-hush-cli_${pkgver}_linux_amd64.tar.gz")
23
source_aarch64=("$url/releases/download/v$pkgver/hush-hush-cli_${pkgver}_linux_arm64.tar.gz")
24
sha256sums_x86_64=('a4da1f0a98d5933b33662186b0cebd559f038a68d0c00a7c5cc8a7528a37905a')
25
sha256sums_aarch64=('85f0027ed69dd783942bd8a659f5186ac424d9a52752d6287caa7711238c8c7d')
26
27
package() {
28
install -Dm755 hush-hush-cli "$pkgdir/usr/bin/hush-hush-cli"
29
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
30
31
local page
32
for page in man1/*.1; do
33
install -Dm644 "$page" "$pkgdir/usr/share/man/$page"
34
done
35
}
36
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-31 15:45:42 | Low | 1 |