v6asm-bin

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-bin
2pkgver=2026.07.22
3pkgrel=1
4pkgdesc="CLI Intel 8080/Z80 assembler and FDD image tool for Vector-06c. Binary release"
5arch=('x86_64')
6url="https://github.com/parallelno/v6asm"
7license=('MIT')
8depends=('glibc' 'libgcc')
9provides=("v6asm=${pkgver}" "v6fdd=${pkgver}")
10conflicts=('v6asm' 'v6fdd')
11options=('!strip' '!debug')
12_archive="v6asm-${pkgver}-linux-x86_64"
13source=("${_archive}.tar.gz::${url}/releases/download/v${pkgver}/${_archive}.tar.gz"
14 "LICENSE-${pkgver}::https://raw.githubusercontent.com/parallelno/v6asm/v${pkgver}/LICENSE")
15sha256sums=('39d798be48539c531b07bf3a573e58677b38c714bc313e4aea5cfd09b529f27d'
16 '678a2b915391edae5152d35537723c846066be268c8b36a8502703379356cb44')
17
18package() {
19 cd "${_archive}"
20 install -Dm755 -t "${pkgdir}/usr/bin/" v6asm v6fdd
21 install -Dm644 -t "${pkgdir}/usr/share/doc/${pkgname}/" README.md
22 install -Dm644 -t "${pkgdir}/usr/share/doc/${pkgname}/" docs/*.md
23 install -Dm644 "${srcdir}/LICENSE-${pkgver}" \
24 "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
25}
26

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