media-gfx/admesh - 9999 (booboo)

Search

Install

Install this version:

emerge -a =media-gfx/admesh-9999

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

autounmask =media-gfx/admesh-9999

Or alternatively:

emerge --autounmask-write -a =media-gfx/admesh-9999

Package Information

Description:
CLI and C library for processing triangulated solid meshes
Homepage:
https://admesh.readthedocs.io/
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
9999 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit cmake

if [[ ${PV} == *9999* ]]; then
	inherit git-r3
	EGIT_REPO_URI="https://github.com/admesh/admesh/"
else
	KEYWORDS="~amd64 ~x86"
	SRC_URI="https://github.com/admesh/admesh/releases/download/v${PV}/${P}.tar.gz"
fi

DESCRIPTION="CLI and C library for processing triangulated solid meshes"
HOMEPAGE="https://admesh.readthedocs.io/"

LICENSE="GPL-2"
SLOT="0"

Inherited Eclasses