guru/dev-elixir/hex/hex-1.0.1-r1.ebuild
Haelwenn (lanodan) Monnier 6f84caa36a
dev-elixir/hex: revbump for mix.eclass
Bug: https://bugs.gentoo.org/909293
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
2023-08-06 14:21:17 +02:00

16 lines
425 B
Bash

# 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"
LICENSE="Apache-2.0"
SLOT="$(ver_cut 1-2)"
SRC_URI="https://github.com/hexpm/hex/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
# TODO: tests (requires dependencies)