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