qemu-windows-launcher

LOW
maintainer dasbd72 0 votes scanned 2026-09-18 05:27:27.961366
View on AUR
Why flagged

The package builds from a tagged git source of the project's own repository; the low severity is due to few votes and recent upload, but the source is verifiable and the build process is standard.

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 tagged git source of the project's own repository; the low severity is due to few votes and recent upload, but the source is verifiable and the build process is standard.

PKGBUILD

1# Maintainer: dasbd72 <twbd723@gmail.com>
2pkgname=qemu-windows-launcher
3pkgver=0.1.0
4pkgrel=1
5pkgdesc="Interactive launcher for a Windows drive in a QEMU/KVM VM"
6arch=('any')
7url="https://github.com/dasbd72/qemu-windows-launcher"
8license=('MIT')
9depends=('python' 'qemu-desktop' 'edk2-ovmf' 'sudo')
10makedepends=('git' 'python-build' 'python-installer' 'python-wheel' 'python-hatchling')
11provides=('qemu-windows-launcher')
12source=("$pkgname::git+https://github.com/dasbd72/qemu-windows-launcher.git#tag=v$pkgver")
13sha256sums=('SKIP')
14
15build() {
16 cd "$pkgname"
17 python -m build --wheel --no-isolation
18}
19
20package() {
21 cd "$pkgname"
22 python -m installer --destdir="$pkgdir" dist/*.whl
23 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
24}
25

Scan history

Scanned at (UTC)SeverityRules
2026-09-18 05:27:27 Low 2
2026-09-18 03:27:19 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