diff options
author | Sam James <sam@gentoo.org> | 2022-11-15 09:08:15 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-11-15 09:08:15 +0000 |
commit | 65e6a9ab7883545eef849ed207a0ab7e8e1db86f (patch) | |
tree | a6bcd35286c286adf5c8485f7c29b9d30957433e | |
parent | net-misc/dropbear: add 2022.83 (diff) | |
download | gentoo-65e6a9ab7883545eef849ed207a0ab7e8e1db86f.tar.gz gentoo-65e6a9ab7883545eef849ed207a0ab7e8e1db86f.tar.bz2 gentoo-65e6a9ab7883545eef849ed207a0ab7e8e1db86f.zip |
app-arch/pxz: add github upstream metadata
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | app-arch/pxz/metadata.xml | 25 |
1 files changed, 14 insertions, 11 deletions
diff --git a/app-arch/pxz/metadata.xml b/app-arch/pxz/metadata.xml index 8aaea027cbbd..c9d7bc294a84 100644 --- a/app-arch/pxz/metadata.xml +++ b/app-arch/pxz/metadata.xml @@ -1,15 +1,18 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<maintainer type="person"> -<email>chutzpah@gentoo.org</email> -<name>Patrick McLean</name> -</maintainer> -<longdescription lang="en"> -Parallel XZ is a compression utility that takes advantage of running LZMA -compression of different parts of an input file on multiple cores and -processors simultaneously. Its primary goal is to utilize all resources -to speed up compression time with minimal possible influence on compression -ratio. -</longdescription> + <maintainer type="person"> + <email>chutzpah@gentoo.org</email> + <name>Patrick McLean</name> + </maintainer> + <longdescription lang="en"> + Parallel XZ is a compression utility that takes advantage of running LZMA + compression of different parts of an input file on multiple cores and + processors simultaneously. Its primary goal is to utilize all resources + to speed up compression time with minimal possible influence on compression + ratio. + </longdescription> + <upstream> + <remote-id type="github">jnovy/pxz</remote-id> + </upstream> </pkgmetadata> |