qemu-windows-launcher
LOW
maintainer dasbd72
0 votes
scanned 2026-09-18 05:27:27.961366
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>
2
pkgname=qemu-windows-launcher
3
pkgver=0.1.0
4
pkgrel=1
5
pkgdesc="Interactive launcher for a Windows drive in a QEMU/KVM VM"
6
arch=('any')
7
url="https://github.com/dasbd72/qemu-windows-launcher"
8
license=('MIT')
9
depends=('python' 'qemu-desktop' 'edk2-ovmf' 'sudo')
10
makedepends=('git' 'python-build' 'python-installer' 'python-wheel' 'python-hatchling')
11
provides=('qemu-windows-launcher')
12
source=("$pkgname::git+https://github.com/dasbd72/qemu-windows-launcher.git#tag=v$pkgver")
13
sha256sums=('SKIP')
14
15
build() {
16
cd "$pkgname"
17
python -m build --wheel --no-isolation
18
}
19
20
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-09-18 05:27:27 | Low | 2 |
| 2026-09-18 03:27:19 | Low | 2 |