dev-util/n64loaderwv-bin - 12.1.2 (tatsh-overlay)

Search

Install

Install this version:

emerge -a =dev-util/n64loaderwv-bin-12.1.2

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

autounmask =dev-util/n64loaderwv-bin-12.1.2

Or alternatively:

emerge --autounmask-write -a =dev-util/n64loaderwv-bin-12.1.2

Package Information

Description:
Ghidra loader for Nintendo 64 ROMs.
Homepage:
https://github.com/zerokilo/n64loaderwv
License:
all-rights-reserved

Ebuild Details

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

EAPI=8

# Upstream tags every release after the Ghidra version it was built against and
# carries no version of its own, so ${PV} is that Ghidra version. The tag is
# therefore also the newest Ghidra upstream has built against, and lags
# dev-util/ghidra; ghidra-extension.eclass retargets the archive at the
# installed Ghidra rather than waiting for upstream to catch up.
GHIDRA_PV="${PV}"
GHIDRA_EXT_NAME="N64LoaderWV"
MY_PN="${PN%-bin}"

inherit ghidra-extension

MY_DATE="20260801"

DESCRIPTION="Ghidra loader for Nintendo 64 ROMs."
HOMEPAGE="https://github.com/zerokilo/n64loaderwv"
SRC_URI="https://github.com/zerokilo/${MY_PN}/releases/download/${GHIDRA_PV}/ghidra_${GHIDRA_PV}_PUBLIC_${MY_DATE}_${GHIDRA_EXT_NAME}.zip
	-> ${P}.zip"
S="${WORKDIR}/${GHIDRA_EXT_NAME}"

# Upstream ships no licence file and states no terms anywhere in the repository.
LICENSE="all-rights-reserved"
KEYWORDS="~amd64"
RESTRICT="bindist mirror"

Inherited Eclasses

Manifest for 12.1.2

Type File Size Source URLs
DIST n64loaderwv-bin-12.1.2.zip 46605 bytes https://github.com/zerokilo/n64loaderwv/releases/download/12.1.2/ghidra_12.1.2_PUBLIC_20260801_N64LoaderWV.zip