guru/net-misc/cve-client/cve-client-1.1.0.ebuild
Haelwenn (lanodan) Monnier 8190cf5759
net-misc/cve-client: add 1.1.0, drop 1.0.5
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
2024-05-14 18:28:12 +02:00

30 lines
561 B
Bash

# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit perl-module
if [[ "${PV}" = "9999" ]]
then
inherit git-r3
EGIT_REPO_URI="https://hacktivis.me/git/cve-client.git"
else
SRC_URI="https://hacktivis.me/releases/${P}.tar.gz"
KEYWORDS="~amd64"
fi
DESCRIPTION="CLI-based client / toolbox for CVE.org"
HOMEPAGE="https://hacktivis.me/git/cve-client/"
LICENSE="AGPL-3"
SLOT="0"
RDEPEND="
dev-perl/JSON-MaybeXS
dev-perl/LWP-Protocol-https
"
DEPEND="
${RDEPEND}
test? ( dev-perl/Test-Output )
"