temo-bin

LOW
maintainer Dominiquini 1 votes scanned 2026-08-23 15:20:41.721113
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 dor com>
2
3_pkgauthor=jpillora
4_pkgname=temo
5pkgname=${_pkgname}-bin
6pkgver=0.1.0
7pkgrel=1
8pkgdesc='A terminal demoscene in pure Go, built entirely on Charm libraries'
9url="https://github.com/${_pkgauthor}/${_pkgname}"
10_urlraw="https://raw.githubusercontent.com/${_pkgauthor}/${_pkgname}/v${pkgver}"
11arch=('x86_64' 'i686' 'aarch64')
12_barch=('amd64' '386' 'arm64')
13license=('Unlincense')
14
15conflicts=("${_pkgname}")
16provides=("${_pkgname}")
17
18options=('!strip')
19
20source_x86_64=("${_pkgname}-${arch[0]}-${pkgver}.tgz::${url}/releases/download/v${pkgver}/${_pkgname}_${pkgver}_linux_${_barch[0]}.tar.gz")
21source_i686=("${_pkgname}-${arch[1]}-${pkgver}.tgz::${url}/releases/download/v${pkgver}/${_pkgname}_${pkgver}_linux_${_barch[1]}.tar.gz")
22source_aarch64=("${_pkgname}-${arch[2]}-${pkgver}.tgz::${url}/releases/download/v${pkgver}/${_pkgname}_${pkgver}_linux_${_barch[2]}.tar.gz")
23
24sha256sums_x86_64=('938287aeead3b8f2a0332d2a7f4636065d2f0d4494b5e0b5598309f4e9e9f696')
25sha256sums_i686=('c5eb4b11b003bc0ac26760fe5952d3be04d6e7cb94b579d911bb9a8cf033c007')
26sha256sums_aarch64=('88c8e3ce290c89de659e128cb36c7553b7bcb3bc59d702dc78e8a565a8494a36')
27
28
29package() {
30 cd "${srcdir}/" || exit
31
32 install -Dm755 "${_pkgname}" "${pkgdir}/usr/bin/${_pkgname}"
33
34 install -Dm644 "README.md" "${pkgdir}/usr/share/doc/${pkgname}/README.md"
35}
36

Scan history

Scanned at (UTC)SeverityRules
2026-08-23 15:20:41 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