zx_go

LOW
maintainer lordheavy 0 votes scanned 2026-08-19 09:41:53.223783
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

1# Maintainer: Laurent Carlier <lcarlier@archlinux.org>
2
3pkgname=zx_go
4pkgver=1.10.2
5pkgrel=1
6pkgdesc="A ZX Spectrum emulator written in Go"
7arch=('x86_64')
8depends=(libx11 alsa-lib opengl-driver)
9makedepends=(go libxcursor libxrandr libxinerama libxi libglvnd)
10url="https://github.com/conorarmstrong/zx_go"
11license=('MIT')
12options=()
13source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz")
14sha256sums=('3de2f4578a57b13319ae4ed9ee6cb44f290ba85f7eee90cc80683f27c1d620fd')
15
16build() {
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
27package() {
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)SeverityRules
2026-08-19 09:41:53 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