qemu-cli-git

maintainer afarias.arthur · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package builds from a public Git repository owned by the maintainer, which is a normal AUR practice; the source is Python code that is built locally, and the only concern is the low vote count and recent upload, but there is no evidence of malicious intent or unverifiable prebuilt binaries.

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.

LOW AI review llm_review

An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package builds from a public Git repository owned by the maintainer, which is a normal AUR practice; the source is Python code that is built locally, and the only concern is the low vote count and recent upload, but there is no evidence of malicious intent or unverifiable prebuilt binaries.

PKGBUILD

1# Maintainer: Arthur de Araújo Farias <arthur@afarias.org>
2pkgname=qemu-cli-git
3_pkgname=qemu-cli
4pkgver=0.1.0.r5.g61f0d2b
5pkgrel=1
6pkgdesc="Docker-style CLI for managing QEMU VM command lines"
7arch=('any')
8url="https://github.com/arthurafarias/qemu-cli"
9license=('MIT')
10depends=('python' 'python-click')
11makedepends=('git' 'python-build' 'python-installer' 'python-setuptools' 'python-wheel')
12checkdepends=('python-pytest' 'python-pytest-cov')
13optdepends=('qemu-base: run QEMU virtual machines'
14 'qemu-full: full QEMU emulator suite with GUI')
15provides=('qemu-cli')
16conflicts=('qemu-cli')
17source=("$_pkgname::git+$url.git")
18sha256sums=('SKIP')
19
20pkgver() {
21 cd "$_pkgname"
22 printf "0.1.0.r%s.g%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
23}
24
25build() {
26 cd "$_pkgname"
27 python -m build --wheel --no-isolation
28}
29
30check() {
31 cd "$_pkgname"
32 PYTHONPATH="lib" python -m pytest
33}
34
35package() {
36 cd "$_pkgname"
37 python -m installer --destdir="$pkgdir" dist/*.whl
38 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
39}
40

Scan history

Scanned at (UTC)SeverityRules
2026-08-03 00:08:14 LOW 2
2026-08-02 00:16:08 LOW 2
2026-08-01 00:11:18 LOW 2
2026-07-31 00:14:10 LOW 2
2026-07-30 00:17:23 LOW 2
2026-07-29 00:25:53 LOW 2
2026-07-28 00:07:28 LOW 2
2026-07-27 00:24:32 LOW 2
2026-07-26 00:07:32 LOW 2
2026-07-25 00:13:44 LOW 2
2026-07-24 19:28:12 LOW 2

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion