Install this version:
emerge -a =dev-janet/xmrig-0.2
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-janet/xmrig-0.2
Or alternatively:
emerge --autounmask-write -a =dev-janet/xmrig-0.2
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.2 | 7 | ~amd64 | 0 |
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit janet-module
DESCRIPTION="A janet library for xmrig HTTP API"
HOMEPAGE="https://github.com/crocket/janet-xmrig"
SRC_URI="https://github.com/crocket/janet-xmrig/archive/v${PV}.tar.gz -> janet-${P}.tar.gz"
LICENSE="public-domain"
SLOT="0"
KEYWORDS="~amd64"
DEPEND=""
RDEPEND="${DEPEND}"
S="${WORKDIR}/janet-${P}"
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | janet-xmrig-0.2.tar.gz | 881 bytes | https://github.com/crocket/janet-xmrig/archive/v0.2.tar.gz |