v6asm-git
LOW
maintainer top4ek
0 votes
scanned 2026-08-26 13:30:21.790211
Why flagged
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
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.
PKGBUILD
1
pkgname=v6asm-git
2
pkgver=2026.07.22.r12.gb73c12c
3
pkgrel=1
4
pkgdesc="CLI Intel 8080/Z80 assembler and FDD image tool for Vector-06c. Git version"
5
arch=('x86_64')
6
url="https://github.com/parallelno/v6asm"
7
license=('MIT')
8
depends=('glibc' 'libgcc')
9
makedepends=('cargo' 'git')
10
provides=('v6asm' 'v6fdd')
11
conflicts=('v6asm' 'v6fdd')
12
options=('!debug')
13
source=("${pkgname}::git+${url}.git")
14
sha256sums=('SKIP')
15
16
pkgver() {
17
cd "${pkgname}"
18
git describe --long --tags --abbrev=7 | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
19
}
20
21
prepare() {
22
cd "${pkgname}"
23
export RUSTUP_TOOLCHAIN=stable
24
cargo fetch --locked --target "$(rustc -vV | sed -n 's/host: //p')"
25
}
26
27
build() {
28
cd "${pkgname}"
29
export RUSTUP_TOOLCHAIN=stable
30
export CARGO_TARGET_DIR=target
31
cargo build --frozen --release --all-features
32
}
33
34
check() {
35
cd "${pkgname}"
36
export RUSTUP_TOOLCHAIN=stable
37
export CARGO_TARGET_DIR=target
38
cargo test --frozen --all-features
39
}
40
41
package() {
42
cd "${pkgname}"
43
install -Dm755 -t "${pkgdir}/usr/bin/" target/release/v6asm target/release/v6fdd
44
install -Dm644 -t "${pkgdir}/usr/share/doc/${pkgname}/" README.md
45
install -Dm644 -t "${pkgdir}/usr/share/doc/${pkgname}/" docs/*.md
46
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
47
}
48
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-26 13:30:21 | Low | 1 |