mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 12:03:02 -04:00
dev-elixir/hex: add 1.0.1
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
15
dev-elixir/hex/hex-1.0.1.ebuild
Normal file
15
dev-elixir/hex/hex-1.0.1.ebuild
Normal file
@@ -0,0 +1,15 @@
|
||||
# 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)
|
||||
Reference in New Issue
Block a user