blob: 812152ba488224454f283cdbc239e5cc1547471f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# 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"
)
|