gentoo-ebuilds/dev-perl/Compress-Raw-Lzma/Compress-Raw-Lzma-2.213.0.ebuild
Sam James 09272a8df8
dev-perl/Compress-Raw-Lzma: add 2.213.0
Signed-off-by: Sam James <sam@gentoo.org>
2025-06-07 02:54:54 +01:00

17 lines
383 B
Bash

# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=PMQS
DIST_VERSION=2.213
inherit perl-module
DESCRIPTION="Perl interface for reading and writing lzma, lzip, and xz files/buffers"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
RDEPEND="app-arch/xz-utils"
DEPEND="${RDEPEND}"