dev-libs/oaknut - 2.0.3 (guru)

Search

Install

Install this version:

emerge -a =dev-libs/oaknut-2.0.3

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

autounmask =dev-libs/oaknut-2.0.3

Or alternatively:

emerge --autounmask-write -a =dev-libs/oaknut-2.0.3

Package Information

Description:
Yet another AArch64 emitter
Homepage:
https://github.com/eden-emulator/oaknut
License:
MIT

Ebuild Details

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

EAPI=8

inherit cmake

DESCRIPTION="Yet another AArch64 emitter"
# This is a fork of the `merryhime/oaknut` repository
HOMEPAGE="https://github.com/eden-emulator/oaknut"
SRC_URI="https://github.com/eden-emulator/oaknut/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~ppc64"
IUSE="test"
RESTRICT="!test? ( test )"

BDEPEND="
	test? ( dev-cpp/catch )
"

src_configure() {
	local mycmakeargs=(
		-DBUILD_TESTING=$(usex test)
	)

	cmake_src_configure
}

USE Flags

Manage flags for this package: euse -i <flag> -p dev-libs/oaknut | euse -E <flag> -p dev-libs/oaknut | euse -D <flag> -p dev-libs/oaknut

Global/Standard Flags

Inherited Eclasses

Dependencies

BDEPEND

	test? ( dev-cpp/catch )

Manifest for 2.0.3

Type File Size Source URLs
DIST oaknut-2.0.3.tar.gz 88457 bytes https://github.com/eden-emulator/oaknut/archive/refs/tags/v2.0.3.tar.gz