Install this version:
emerge -a =media-gfx/meshconv-bin-1.29
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =media-gfx/meshconv-bin-1.29
Or alternatively:
emerge --autounmask-write -a =media-gfx/meshconv-bin-1.29
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.29 | 8 | ~amd64 -* | 0 |
EAPI=8
DESCRIPTION="3D model converter"
SRC_URI="http://www.patrickmin.com/meshconv/linux64/meshconv -> ${P}"
HOMEPAGE="http://www.patrickmin.com/meshconv/"
SLOT="0"
KEYWORDS="~amd64 -*"
src_unpack() {
mkdir -p ${WORKDIR}/${P}
}
src_prepare() {
default
}
src_install() {
newbin ${DISTDIR}/${P} meshconv
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | meshconv-bin-1.29 | 2556704 bytes | http://www.patrickmin.com/meshconv/linux64/meshconv |