v6emul-bin

LOW
maintainer top4ek 0 votes scanned 2026-08-26 19:30:41.077132
View on AUR
Why flagged

The package builds from a legitimate project source on GitHub, installing a prebuilt binary and static data; the low severity is due to few votes and recent upload, not malicious content.

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 legitimate project source on GitHub, installing a prebuilt binary and static data; the low severity is due to few votes and recent upload, not malicious content.

PKGBUILD

1pkgname=v6emul-bin
2pkgver=1.0.0
3pkgrel=1
4_date=2026.04.28
5pkgdesc="Command-line emulator for the Vector-06C Soviet PC. Binary release"
6arch=('x86_64')
7url="https://github.com/parallelno/v6emul"
8license=('MIT')
9depends=('glibc' 'gcc-libs')
10provides=("v6emul=${pkgver}")
11conflicts=('v6emul')
12options=('!strip' '!debug')
13_archive="v6emul-${_date}-linux-x86_64"
14source=("${_archive}.tar.gz::${url}/releases/download/v${pkgver}/${_archive}.tar.gz"
15 "v6emul-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz")
16sha256sums=('b50bdce5957746140efd503a71feecce7a7521c876a24ab16a1d7e682f754f72'
17 'ccf8c0dbc2df27d66af0d028a927f2821f1b9be2b254f42bc644215d4fe42ffb')
18
19package() {
20 install -Dm755 "${srcdir}/v6emul" "${pkgdir}/usr/bin/v6emul"
21
22 cd "v6emul-${pkgver}"
23 install -Dm644 -t "${pkgdir}/usr/share/v6emul/boot/" res/boot/*
24 install -Dm644 -t "${pkgdir}/usr/share/v6emul/fdd/" res/fdd/*
25 install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
26}
27

Scan history

Scanned at (UTC)SeverityRules
2026-08-26 19:30:41 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