games-emulation/gopher64-netplay-server - 1.0.39 (tatsh-overlay)

Search

Install

Install this version:

emerge -a =games-emulation/gopher64-netplay-server-1.0.39

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =games-emulation/gopher64-netplay-server-1.0.39

Or alternatively:

emerge --autounmask-write -a =games-emulation/gopher64-netplay-server-1.0.39

Package Information

Description:
Netplay server for N64 emulators.
Homepage:
https://github.com/gopher64/gopher64-netplay-server
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
1.0.39 8 ~amd64 0
View Raw Ebuild
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

# Autogenerated by pycargoebuild 0.14.0

EAPI=8

inherit go-module

DESCRIPTION="Netplay server for N64 emulators."
HOMEPAGE="https://github.com/gopher64/gopher64-netplay-server"
SRC_URI="https://github.com/gopher64/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
	https://github.com/Tatsh/tatsh-overlay/releases/download/__distfiles__/${P}-vendor.tar.xz
"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
RESTRICT="mirror"

DOCS=( README.md )

src_compile() {
	env CGO_ENABLED=0 go build -a -o "${PN}" || die
}

src_install() {
	dobin "${PN}"
	einstalldocs
}

Inherited Eclasses

Manifest for 1.0.39

Type File Size Source URLs
DIST gopher64-netplay-server-1.0.39-vendor.tar.xz 653228 bytes https://github.com/Tatsh/tatsh-overlay/releases/download/__distfiles__/gopher64-netplay-server-1.0.39-vendor.tar.xz
DIST gopher64-netplay-server-1.0.39.tar.gz 29271 bytes https://github.com/gopher64/gopher64-netplay-server/archive/refs/tags/v1.0.39.tar.gz