zx_go
LOW
maintainer lordheavy
0 votes
scanned 2026-08-19 09:41:53.223783
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
# Maintainer: Laurent Carlier <lcarlier@archlinux.org>
2
3
pkgname=zx_go
4
pkgver=1.10.2
5
pkgrel=1
6
pkgdesc="A ZX Spectrum emulator written in Go"
7
arch=('x86_64')
8
depends=(libx11 alsa-lib opengl-driver)
9
makedepends=(go libxcursor libxrandr libxinerama libxi libglvnd)
10
url="https://github.com/conorarmstrong/zx_go"
11
license=('MIT')
12
options=()
13
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz")
14
sha256sums=('3de2f4578a57b13319ae4ed9ee6cb44f290ba85f7eee90cc80683f27c1d620fd')
15
16
build() {
17
cd ${pkgname}-${pkgver}
18
19
export CGO_CPPFLAGS="${CPPFLAGS}"
20
export CGO_CFLAGS="${CFLAGS}"
21
export CGO_CXXFLAGS="${CXXFLAGS}"
22
export CGO_LDFLAGS="${LDFLAGS}"
23
24
go build -o bin/zx_go ./cmd/zx_go
25
}
26
27
package() {
28
install -m755 -d ${pkgdir}/usr/bin
29
mv ${pkgname}-${pkgver}/bin/zx_go ${pkgdir}/usr/bin
30
31
install -Dm644 ${pkgname}-${pkgver}/LICENSE -t ${pkgdir}/usr/share/licenses/${pkgname}
32
}
33
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-19 09:41:53 | Low | 1 |