cmdperf-bin
LOW
maintainer Dominiquini
1 votes
scanned 2026-08-27 03:31:49.411297
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
_gitauthor=miklosn
4
_gitname=cmdperf
5
_appname=${_gitname}
6
pkgname=${_appname}-bin
7
pkgdesc="Command Performance Benchmarking"
8
9
pkgver=0.2.0
10
pkgrel=1
11
_gitversion=v${pkgver}
12
13
arch=('x86_64' 'i686' 'aarch64')
14
_barch=('Linux_x86_64' 'Linux_i386' 'Linux_arm64')
15
16
_ghurl="https://github.com/${_gitauthor}/${_gitname}"
17
_ghurlraw="https://raw.githubusercontent.com/${_gitauthor}/${_gitname}/${_gitversion}"
18
url=${_ghurl}
19
20
license=('MIT')
21
22
provides=("${_appname}")
23
conflicts=("${pkgname%-bin}")
24
25
options=('!strip')
26
27
source=("README-${pkgver}.md::${_ghurlraw}/README.md"
28
"LICENSE-${pkgver}::${_ghurlraw}/LICENSE")
29
source_x86_64=("${_appname}-${arch[0]}-${pkgver}::${_ghurl}/releases/download/${_gitversion}/${_appname}_${_barch[0]}")
30
source_i686=("${_appname}-${arch[1]}-${pkgver}::${_ghurl}/releases/download/${_gitversion}/${_appname}_${_barch[1]}")
31
source_aarch64=("${_appname}-${arch[2]}-${pkgver}::${_ghurl}/releases/download/${_gitversion}/${_appname}_${_barch[2]}")
32
sha256sums=('094681da59bed0a8af70351bbf278f6896cacc0468e09a9c278fa8fcc7db681b'
33
'efbb8ac2654e795919ecd8b069f240983ae7bee66adc4ba6b81eafae4caa0f19')
34
sha256sums_x86_64=('7ceeae07e359a2e40beb47a029f81d19e62cf41390e1de6a0473b8090cc240e2')
35
sha256sums_i686=('404386a8304c6c5b11350de2007fc9dd6ffa4df6c77f5681b07f74a023117722')
36
sha256sums_aarch64=('7f99b153e153e20bd7271c016458484a98c3758a53939a1a7ad9ea79d71a7a79')
37
38
39
package() {
40
cd "${srcdir}/" || exit
41
42
install -Dm755 "${_appname}-${CARCH}-${pkgver}" "${pkgdir}/usr/bin/${_appname}"
43
44
install -Dm644 "README-${pkgver}.md" "${pkgdir}/usr/share/doc/${pkgname}/README.md"
45
46
install -Dm644 "LICENSE-${pkgver}" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
47
}
48
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-27 03:31:49 | Low | 1 |