mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
dev-elixir/hex: add 1.0.1
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
1
dev-elixir/hex/Manifest
Normal file
1
dev-elixir/hex/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST hex-1.0.1.tar.gz 438918 BLAKE2B 135c99243956ccd085fd58a56fbb7a96b6d7fd49ce506e54abd5cfbc702f4e82b64ed70e33b4a5ee015d5dade7166b080bf2e1360d51fc133451cfe748b42da7 SHA512 2e0773726fc27746133b0c5067295f0d902eff853ab0ae9d0e35c5d6a146c5e29569ffe634557bbaf1824b46b42ac5c6551409b180442b89d8238db7c5274e7b
|
||||
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)
|
||||
8
dev-elixir/hex/metadata.xml
Normal file
8
dev-elixir/hex/metadata.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>contact@hacktivis.me</email>
|
||||
<name>Haelwenn (lanodan) Monnier</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user