pagen-bin
LOW
maintainer Dominiquini
1 votes
scanned 2026-08-21 05:14:11.864738
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}
6
pkgname=${_pkgname}-bin
7
pkgver=0.1.2
8
pkgrel=1
9
pkgdesc="Generate pixel art from random numbers"
10
arch=('x86_64' 'aarch64')
11
url="https://github.com/${_pkgauthor}/${_pkgname}"
12
_urlraw="https://raw.githubusercontent.com/${_pkgauthor}/${_pkgname}/v${pkgver}"
13
license=('MIT')
14
15
provides=("${_appname}")
16
conflicts=("${pkgname%-bin}")
17
18
source_x86_64=("${_pkgname}-${pkgver}-${arch[0]}.tar.zst::${url}/releases/download/v${pkgver}/${_pkgname}_${pkgver}_linux_amd64.tar.zst")
19
source_aarch64=("${_pkgname}-${pkgver}-${arch[1]}.tar.zst::${url}/releases/download/v${pkgver}/${_pkgname}_${pkgver}_linux_arm64.tar.zst")
20
sha256sums_x86_64=('b2204814b5f6bc134657c9e13120af00b1d8c841d8dc02e7b964f823bed1f15f')
21
sha256sums_aarch64=('b89f8282f594a344c36ab353c573f7da51fc27d9bdf9bfdfd90a9e060e86d609')
22
23
24
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-08-21 05:14:11 | Low | 1 |