summaryrefslogtreecommitdiff
blob: 90b45f869af8d3353f278d271ecdb0c522086bbc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="person">
		<email>gyakovlev@gentoo.org</email>
		<name>Georgy Yakovlev</name>
	</maintainer>
	<longdescription lang="en">
		pigz, which stands for parallel implementation of gzip,
		is a fully functional replacement for gzip that exploits
		multiple processors and multiple cores to the hilt when compressing data.
	</longdescription>
	<use>
		<flag name="symlink">Install symlinks which override <pkg>app-arch/gzip</pkg> implementation</flag>
	</use>
	<upstream>
		<remote-id type="cpe">cpe:/a:zlib:pigz</remote-id>
		<remote-id type="github">madler/pigz</remote-id>
	</upstream>
</pkgmetadata>