summaryrefslogtreecommitdiff
path: root/dev-perl/Compress-Raw-Lzma/Compress-Raw-Lzma-2.206.0.ebuild
blob: 4600961bf34a799089a39762b8a96e066cf1a43b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DIST_AUTHOR=PMQS
DIST_VERSION=2.206

inherit perl-module

DESCRIPTION="Perl interface for reading and writing lzma, lzip, and xz files/buffers"

SLOT="0"
KEYWORDS="~amd64"

RDEPEND="app-arch/xz-utils"
DEPEND="${RDEPEND}"