cmdbench
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
pkgauthor="manzik"
4
pkgname="cmdbench"
5
pkgver=0.1.22
6
pkgrel=1
7
pkgdesc="Quick and easy resource usage monitoring and benchmarking for any command's CPU, memory, disk usage and runtime"
8
9
_pypi_package=${pkgname}
10
_pypi_version=${pkgver}
11
12
license=('MIT')
13
arch=('any')
14
15
_url_pypi="https://pypi.org/project/${pkgname}/"
16
_url_github="https://github.com/${pkgauthor}/${pkgname}"
17
url=${_url_github}""
18
19
provides=("${_pypi_package}")
20
conflicts=("python-${pkgname}")
21
22
makedepends=('python-setuptools' 'python-wheel' 'python-build' 'python-installer' 'python-poetry' 'python-poetry-core')
23
depends=('python' 'python-scipy' 'python-tqdm' 'python-pkg_resources' 'python-click' 'python-matplotlib' 'python-psutil' 'python-numpy' 'python-colorama' 'python-beeprint')
24
25
source=("https://files.pythonhosted.org/packages/source/${_pypi_package::1}/${_pypi_package//-/_}/${_pypi_package//-/_}-${_pypi_version}.tar.gz")
26
# source=("${_pypi_package}-${_pypi_version}.tar.gz::${_url_github}/archive/refs/tags/v${pkgver}.tar.gz")
27
sha256sums=('c072af38ad3e0d6275eaade083d6a9d10c909611f1310d4481900d6cf48b124c')
28
29
build() {
30
cd "${srcdir}/${_pypi_package}-${_pypi_version}/" || exit
31
32
python -m build --wheel --no-isolation
33
}
34
35
package() {
36
cd "${srcdir}/${_pypi_package}-${_pypi_version}/" || exit
37
38
python -m installer --destdir="${pkgdir}" dist/*.whl
39
40
install -Dm644 "README.md" "${pkgdir}/usr/share/doc/${pkgname}/README.md"
41
42
install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
43
}
44
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-27 03:31:49 | Low | 1 |