paper-age-bin
LOW
maintainer Giovani_Geek
0 votes
scanned 2026-09-23 19:40:47.268111
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
# shellcheck disable=SC2034,SC2154,SC2164
2
# Maintainer: Energetix/Dark Nebula <https://github.com/Jobanny-Friki>
3
4
pkgname=paper-age-bin
5
pkgver=1.5.0
6
pkgrel=2
7
pkgdesc="Easy and secure paper backups of secrets via encrypted QR code (Pre-compiled binary)"
8
arch=('x86_64' 'aarch64')
9
url="https://github.com/matiaskorhonen/paper-age"
10
license=('MIT')
11
provides=('paper-age')
12
conflicts=('paper-age')
13
depends=()
14
_source_template="https://github.com/matiaskorhonen/paper-age/releases/download/v${pkgver}"
15
source_x86_64=("${pkgname}-${pkgver}-x86_64.tar.gz::$_source_template/paper-age-x86_64-unknown-linux-gnu.tar.gz")
16
source_aarch64=("${pkgname}-${pkgver}-aarch64.tar.gz::$_source_template/paper-age-aarch64-unknown-linux-gnu.tar.gz")
17
18
sha256sums_x86_64=('89722cb8fb4a13b5b63741c6818aef114ae478e6bf368ad6dc0e9ba50736216c')
19
sha256sums_aarch64=('4e9d10392aba53944abc17d6747db18cd868282199b498be4514f52fa47b590c')
20
21
package() {
22
cd "${srcdir}"
23
24
install -Dm755 "paper-age" "${pkgdir}/usr/bin/paper-age"
25
26
install -Dm644 "LICENSE.txt" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
27
install -Dm644 "IBMPlexMono-LICENSE.txt" "${pkgdir}/usr/share/licenses/${pkgname}/IBMPlexMono-LICENSE.txt"
28
29
install -Dm644 "man/paper-age.1" "${pkgdir}/usr/share/man/man1/paper-age.1"
30
31
install -Dm644 "completion/paper-age.bash" "${pkgdir}/usr/share/bash-completion/completions/paper-age"
32
install -Dm644 "completion/paper-age.fish" "${pkgdir}/usr/share/fish/vendor_completions.d/paper-age.fish"
33
install -Dm644 "completion/_paper-age" "${pkgdir}/usr/share/zsh/site-functions/_paper-age"
34
35
install -Dm644 "README.md" "${pkgdir}/usr/share/doc/${pkgname}/README.md"
36
}
37
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-23 19:40:47 | Low | 1 |