25 lines
556 B
Bash
25 lines
556 B
Bash
# Copyright 1999-2018 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=5
|
|
inherit perl-module vcs-snapshot
|
|
|
|
DESCRIPTION="A simple CLI interface to packages.sabayon.org"
|
|
HOMEPAGE="https://github.com/Enlik/querypkg/"
|
|
SRC_URI="https://github.com/Enlik/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
|
|
|
LICENSE="MIT"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~arm ~x86"
|
|
IUSE=""
|
|
|
|
RDEPEND=">=dev-lang/perl-5.10
|
|
dev-perl/JSON-XS
|
|
dev-perl/URI
|
|
dev-perl/libwww-perl
|
|
>=virtual/perl-Scalar-List-Utils-1.350.0
|
|
"
|
|
DEPEND="${RDEPEND}"
|
|
|
|
SRC_TEST=do
|