You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-perl/IO-Compress-Brotli/IO-Compress-Brotli-0.4.1.eb...

29 lines
502 B

# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DIST_AUTHOR=MGV
DIST_VERSION=0.004001
inherit perl-module
DESCRIPTION="Read/write Brotli buffers/streams"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="
dev-perl/File-Slurper
virtual/perl-Getopt-Long
virtual/perl-Time-HiRes
app-arch/brotli:=
"
DEPEND="
app-arch/brotli:=
"
BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
"
PATCHES=(
"${FILESDIR}/${PN}-${DIST_VERSION}-unbundle.patch"
)