gentoo/dev-perl/Sys-CpuLoad/Sys-CpuLoad-0.320.0.ebuild
Sam James c3883f3acc
dev-perl/Sys-CpuLoad: add 0.320.0
Signed-off-by: Sam James <sam@gentoo.org>
2025-08-11 03:36:58 +01:00

26 lines
416 B
Bash

# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=RRWO
DIST_VERSION=0.32
inherit perl-module
DESCRIPTION="Module to retrieve system load averages"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="
dev-perl/File-Which
dev-perl/IPC-Run3
"
BDEPEND="
${RDEPEND}
test? (
dev-perl/Test-Deep
dev-perl/Test-Exception
dev-perl/Test-Warnings
)
"