app-misc/fusee-nano - 9999 (overlay-from-plan9)

Search

Package Information

Description:
A minimalist re-implementation of the Fusée Gelée exploit. (Zero dependencies)
Homepage:
https://github.com/DavidBuchanan314/fusee-nano

Ebuild Details

Version EAPI Keywords Slot
9999 8 amd64 x86 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v3

EAPI=8

DESCRIPTION="A minimalist re-implementation of the Fusée Gelée exploit. (Zero dependencies)"
HOMEPAGE="https://github.com/DavidBuchanan314/fusee-nano"

if [[ "${PV}" != 9999 ]] ; then
	SRC_URI="https://github.com/DavidBuchanan314/fusee-nano/archive/${PV}.tar.gz -> ${P}.tar.gz"
	S="${WORKDIR}/${P}"
	KEYWORDS="amd64 x86"
	RESTRICT="mirror"
else
	inherit git-r3
	EGIT_REPO_URI="https://github.com/DavidBuchanan314/fusee-nano"
fi

LICENSE="MIT"
SLOT="0"

src_install() {
	dobin ${PN}
}