sci-mathematics/mcube - 20051209 (sage-on-gentoo)

Search

Package Information

Description:
An non-optimal 4x4x4 rubik's cube solver
Homepage:
https://web.archive.org/web/20121212175710/http://www.wrongway.org/?rubiksource
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
20051209 8 ~amd64 ~x86 ~x64-macos 0
View Raw Ebuild
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit toolchain-funcs

MY_PN="${PN}10-src"

DESCRIPTION="An non-optimal 4x4x4 rubik's cube solver"
HOMEPAGE="https://web.archive.org/web/20121212175710/http://www.wrongway.org/?rubiksource"
SRC_URI="mirror://sagemath/${MY_PN}.zip"
S="${WORKDIR}/${PN}"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~x64-macos"

DEPEND="app-arch/unzip"

src_compile() {
	emake CFLAGS="${CFLAGS}" LFLAGS="${LDFLAGS}" CPP="$(tc-getCXX)" \
		LINK="$(tc-getCXX)"
}

src_install() {
	dobin mcube
	dodoc readme.txt
}

Applicable Mirrors

Mirror Name URLs
sagemath

Dependencies

DEPEND

app-arch/unzip

Manifest for 20051209

Type File Size Source URLs
DIST mcube10-src.zip 31756 bytes mirror://sagemath/mcube10-src.zip