Install this version:
emerge -a =dev-elixir/hex-1.0.1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-elixir/hex-1.0.1
Or alternatively:
emerge --autounmask-write -a =dev-elixir/hex-1.0.1
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.0.1 | 7 | ~amd64 | $(ver_cut 1-2) |
# Copyright 2019-2022 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit mix
DESCRIPTION="Package manager for the Erlang VM"
HOMEPAGE="https://github.com/hexpm/hex"
SRC_URI="https://github.com/hexpm/hex/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="$(ver_cut 1-2)"
KEYWORDS="~amd64"
# TODO: tests (requires dependencies)
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | hex-1.0.1.tar.gz | 438918 bytes | https://github.com/hexpm/hex/archive/v1.0.1.tar.gz |