app-misc/neo - 0.6.1 (guru)

Search

Install

Install this version:

emerge -a =app-misc/neo-0.6.1

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

autounmask =app-misc/neo-0.6.1

Or alternatively:

emerge --autounmask-write -a =app-misc/neo-0.6.1

Package Information

Description:
cmatrix clone with 32-bit color and Unicode support
Homepage:
https://github.com/st3w/neo
License:
GPL-3

Ebuild Details

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

EAPI=8

DESCRIPTION="cmatrix clone with 32-bit color and Unicode support"
HOMEPAGE="https://github.com/st3w/neo"

if [[ ${PV} == *9999* ]]; then
	inherit autotools git-r3
	EGIT_REPO_URI="https://github.com/st3w/neo.git"
	BDEPEND="
		dev-build/autoconf-archive
		dev-build/automake
	"
else
	SRC_URI="https://github.com/st3w/${PN}/releases/download/v${PV}/${P}.tar.gz"
	KEYWORDS="~amd64"
fi

LICENSE="GPL-3"
SLOT="0"

DEPEND="sys-libs/ncurses"
RDEPEND="${DEPEND}"

src_prepare() {
	default

	if [[ ! -x configure ]]; then
		eautoreconf
	fi
}

Inherited Eclasses

Dependencies

DEPEND

sys-libs/ncurses

RDEPEND

sys-libs/ncurses

BDEPEND

		dev-build/autoconf-archive
		dev-build/automake
	

Manifest for 0.6.1

Type File Size Source URLs
DIST neo-0.6.1.tar.gz 134123 bytes https://github.com/st3w/neo/releases/download/v0.6.1/neo-0.6.1.tar.gz