diff options
author | BlackNoxis <steven.darklight@gmail.com> | 2015-04-21 22:24:48 +0300 |
---|---|---|
committer | BlackNoxis <steven.darklight@gmail.com> | 2015-04-21 22:24:48 +0300 |
commit | b70efef53cc9de063fe3974dd56d672a92e57a9f (patch) | |
tree | afd40e71be8de842afd562eda001b21abc9019c3 /app-admin/enman/enman-0.1.ebuild | |
parent | 0fc61a35b43840a592037ab8bf88af6142527e3c (diff) | |
parent | 9a2973bcf4baaf0fa7848cd93e45ea1b7cd1a110 (diff) |
Merge branch 'master' of github.com:Rogentos/kogaion-desktop
Diffstat (limited to 'app-admin/enman/enman-0.1.ebuild')
-rw-r--r-- | app-admin/enman/enman-0.1.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/app-admin/enman/enman-0.1.ebuild b/app-admin/enman/enman-0.1.ebuild new file mode 100644 index 00000000..fc848459 --- /dev/null +++ b/app-admin/enman/enman-0.1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +SRC_URI="https://github.com/Spike-Pentesting/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +HOMEPAGE="https://github.com/Spike-Pentesting/enman" +inherit perl-module + +DESCRIPTION="a layman equivalent for entropy repositories" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + dev-perl/App-Cmd + dev-perl/LWP-Protocol-https + virtual/perl-Encode + dev-perl/libwww-perl + virtual/perl-Term-ANSIColor +" +RDEPEND="${DEPEND}" + +SRC_TEST="do" |