paper-age-bin

LOW
maintainer Giovani_Geek 0 votes scanned 2026-09-23 19:40:47.268111
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# shellcheck disable=SC2034,SC2154,SC2164
2# Maintainer: Energetix/Dark Nebula <https://github.com/Jobanny-Friki>
3
4pkgname=paper-age-bin
5pkgver=1.5.0
6pkgrel=2
7pkgdesc="Easy and secure paper backups of secrets via encrypted QR code (Pre-compiled binary)"
8arch=('x86_64' 'aarch64')
9url="https://github.com/matiaskorhonen/paper-age"
10license=('MIT')
11provides=('paper-age')
12conflicts=('paper-age')
13depends=()
14_source_template="https://github.com/matiaskorhonen/paper-age/releases/download/v${pkgver}"
15source_x86_64=("${pkgname}-${pkgver}-x86_64.tar.gz::$_source_template/paper-age-x86_64-unknown-linux-gnu.tar.gz")
16source_aarch64=("${pkgname}-${pkgver}-aarch64.tar.gz::$_source_template/paper-age-aarch64-unknown-linux-gnu.tar.gz")
17
18sha256sums_x86_64=('89722cb8fb4a13b5b63741c6818aef114ae478e6bf368ad6dc0e9ba50736216c')
19sha256sums_aarch64=('4e9d10392aba53944abc17d6747db18cd868282199b498be4514f52fa47b590c')
20
21package() {
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)SeverityRules
2026-09-23 19:40:47 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