v6asm-bin
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-bin
2
pkgver=2026.07.22
3
pkgrel=1
4
pkgdesc="CLI Intel 8080/Z80 assembler and FDD image tool for Vector-06c. Binary release"
5
arch=('x86_64')
6
url="https://github.com/parallelno/v6asm"
7
license=('MIT')
8
depends=('glibc' 'libgcc')
9
provides=("v6asm=${pkgver}" "v6fdd=${pkgver}")
10
conflicts=('v6asm' 'v6fdd')
11
options=('!strip' '!debug')
12
_archive="v6asm-${pkgver}-linux-x86_64"
13
source=("${_archive}.tar.gz::${url}/releases/download/v${pkgver}/${_archive}.tar.gz"
14
"LICENSE-${pkgver}::https://raw.githubusercontent.com/parallelno/v6asm/v${pkgver}/LICENSE")
15
sha256sums=('39d798be48539c531b07bf3a573e58677b38c714bc313e4aea5cfd09b529f27d'
16
'678a2b915391edae5152d35537723c846066be268c8b36a8502703379356cb44')
17
18
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-08-26 13:30:21 | Low | 1 |