guru/net-misc/cve-client/cve-client-1.1.1.ebuild
Haelwenn (lanodan) Monnier a43609a601
*/*: https://hacktivis.me/releases/ => https://distfiles.hacktivis.me/releases/
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
2025-02-21 21:10:50 +01:00

30 lines
577 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://distfiles.hacktivis.me/releases/${PN}/${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 )
"