v6emul-bin
LOW
maintainer top4ek
0 votes
scanned 2026-08-26 19:30:41.077132
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
1
pkgname=v6emul-bin
2
pkgver=1.0.0
3
pkgrel=1
4
_date=2026.04.28
5
pkgdesc="Command-line emulator for the Vector-06C Soviet PC. Binary release"
6
arch=('x86_64')
7
url="https://github.com/parallelno/v6emul"
8
license=('MIT')
9
depends=('glibc' 'gcc-libs')
10
provides=("v6emul=${pkgver}")
11
conflicts=('v6emul')
12
options=('!strip' '!debug')
13
_archive="v6emul-${_date}-linux-x86_64"
14
source=("${_archive}.tar.gz::${url}/releases/download/v${pkgver}/${_archive}.tar.gz"
15
"v6emul-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz")
16
sha256sums=('b50bdce5957746140efd503a71feecce7a7521c876a24ab16a1d7e682f754f72'
17
'ccf8c0dbc2df27d66af0d028a927f2821f1b9be2b254f42bc644215d4fe42ffb')
18
19
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-08-26 19:30:41 | Low | 2 |