v6asm-git

LOW
maintainer top4ek 0 votes scanned 2026-08-26 13:30:21.790211
View on AUR
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

1pkgname=v6asm-git
2pkgver=2026.07.22.r12.gb73c12c
3pkgrel=1
4pkgdesc="CLI Intel 8080/Z80 assembler and FDD image tool for Vector-06c. Git version"
5arch=('x86_64')
6url="https://github.com/parallelno/v6asm"
7license=('MIT')
8depends=('glibc' 'libgcc')
9makedepends=('cargo' 'git')
10provides=('v6asm' 'v6fdd')
11conflicts=('v6asm' 'v6fdd')
12options=('!debug')
13source=("${pkgname}::git+${url}.git")
14sha256sums=('SKIP')
15
16pkgver() {
17 cd "${pkgname}"
18 git describe --long --tags --abbrev=7 | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
19}
20
21prepare() {
22 cd "${pkgname}"
23 export RUSTUP_TOOLCHAIN=stable
24 cargo fetch --locked --target "$(rustc -vV | sed -n 's/host: //p')"
25}
26
27build() {
28 cd "${pkgname}"
29 export RUSTUP_TOOLCHAIN=stable
30 export CARGO_TARGET_DIR=target
31 cargo build --frozen --release --all-features
32}
33
34check() {
35 cd "${pkgname}"
36 export RUSTUP_TOOLCHAIN=stable
37 export CARGO_TARGET_DIR=target
38 cargo test --frozen --all-features
39}
40
41package() {
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)SeverityRules
2026-08-26 13:30:21 Low 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion