pagen-bin

LOW
maintainer Dominiquini 1 votes scanned 2026-08-21 05:14:11.864738
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: Rafael Dominiquini <rafaeldominiquini at gmail dot com>
2
3_pkgauthor=sorairolake
4_pkgname=pagen
5_appname=${_pkgname}
6pkgname=${_pkgname}-bin
7pkgver=0.1.2
8pkgrel=1
9pkgdesc="Generate pixel art from random numbers"
10arch=('x86_64' 'aarch64')
11url="https://github.com/${_pkgauthor}/${_pkgname}"
12_urlraw="https://raw.githubusercontent.com/${_pkgauthor}/${_pkgname}/v${pkgver}"
13license=('MIT')
14
15provides=("${_appname}")
16conflicts=("${pkgname%-bin}")
17
18source_x86_64=("${_pkgname}-${pkgver}-${arch[0]}.tar.zst::${url}/releases/download/v${pkgver}/${_pkgname}_${pkgver}_linux_amd64.tar.zst")
19source_aarch64=("${_pkgname}-${pkgver}-${arch[1]}.tar.zst::${url}/releases/download/v${pkgver}/${_pkgname}_${pkgver}_linux_arm64.tar.zst")
20sha256sums_x86_64=('b2204814b5f6bc134657c9e13120af00b1d8c841d8dc02e7b964f823bed1f15f')
21sha256sums_aarch64=('b89f8282f594a344c36ab353c573f7da51fc27d9bdf9bfdfd90a9e060e86d609')
22
23
24package() {
25 cd "${srcdir}/${_pkgname}-v${pkgver}-${CARCH}-unknown-linux-musl" || exit
26
27 install -Dm755 "${_appname}" "${pkgdir}/usr/bin/${_appname}"
28
29 install -Dm644 "README.md" "${pkgdir}/usr/share/doc/${pkgname}/README.md"
30
31 for license in "./LICENSES/"* ; do
32 install -Dm644 "${license}" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-$(basename ${license//\.txt/})"
33 done
34}
35

Scan history

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