logo

overlay

My (experimental) gentoo overlay
commit: f87ead004d4b03f384bcfba9573c4fabb2ed9585
parent: 3ba660e363f40a8da8e0f7e3836b32a3f6c0b5bb
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sun, 16 Jun 2019 00:47:54 +0200

dev-elixir/plug_crypto: New Package

Diffstat:

Adev-elixir/plug_crypto/Manifest1+
Adev-elixir/plug_crypto/plug_crypto-1.0.0.ebuild21+++++++++++++++++++++
2 files changed, 22 insertions(+), 0 deletions(-)

diff --git a/dev-elixir/plug_crypto/Manifest b/dev-elixir/plug_crypto/Manifest @@ -0,0 +1 @@ +DIST plug_crypto-1.0.0.tar.gz 8992 BLAKE2B dc52b6f9e1276fd64e96967afcda9932d086228ee504b1216efe6a206a262c64d21a8196b29cbfe662a46749148cb2ee2bb60512305ecab819cfdd65e4bb32cd SHA512 4fda52d20372de5b0f733054f7f13f0a6d4bf38bc09bc4008a01565b9c4475255354746e4a36f4e823c5a40f9cb39a176ae0ee369c86d363012d9ec28cb17fee diff --git a/dev-elixir/plug_crypto/plug_crypto-1.0.0.ebuild b/dev-elixir/plug_crypto/plug_crypto-1.0.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 2019 Haelwenn (lanodan) Monnier <contact@hacktivis.me> +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit mix + +MIX_REWRITE="true" + +DESCRIPTION="Crypto-related functionality for the web" +HOMEPAGE="https://github.com/elixir-plug/plug_crypto" +LICENSE="Apache-2.0" +SLOT="0" +SRC_URI="https://github.com/elixir-plug/plug_crypto/archive/v${PV}.tar.gz -> ${P}.tar.gz" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" +IUSE="doc" + +DEPEND=" + doc? ( >=dev-elixir/ex_doc-0.19.1 ) +" +RDEPEND="${DEPEND}"