Files
sablink-distro/app-admin/enman/enman-1.4.0.ebuild
T
Ettore Di Giacinto 69530b1d46 app-admin/enman: Bump to 1.4.0
Package-Manager: Portage-2.3.40, Repoman-2.3.9
2018-08-31 23:04:33 +02:00

30 lines
606 B
Bash

# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
SRC_URI="https://github.com/Sabayon/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
HOMEPAGE="https://github.com/Sabayon/enman"
inherit perl-module
DESCRIPTION="a layman equivalent for entropy repositories"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RESTRICT="mirror"
IUSE=""
DEPEND="dev-perl/Module-Build"
RDEPEND="
dev-perl/App-Cmd
dev-perl/LWP-Protocol-https
virtual/perl-Encode
dev-perl/libwww-perl
dev-perl/libintl-perl
dev-perl/JSON
virtual/perl-Term-ANSIColor
${DEPEND}"
SRC_TEST="do"