12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>parallel</Name>
- <Homepage>https://www.gnu.org/software/parallel/</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Packager>
- <License>CC-BY-SAv4.0/GPLv3</License>
- <PartOf>programming.tool</PartOf>
- <Summary>A shell tool for executing jobs in parallel using one or more computers.</Summary>
- <Description>pass</Description>
- <Archive sha1sum="1c5b4a4b4737db26d3c28b6669b82f1dad113863" type="tarbz2">
- mirrors://gnu/parallel/parallel-20241122.tar.bz2
- </Archive>
- <Patches>
- <!-- <Patch level="1"></Patch> -->
- </Patches>
- </Source>
- <Package>
- <Name>parallel</Name>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="data">/usr/share/bash-completion</Path>
- <Path fileType="data">/usr/share/zsh</Path>
- <Path fileType="man">/usr/share/man</Path>
- <Path fileType="doc">/usr/share/doc/parallel/CREDITS</Path>
- <Path fileType="doc">/usr/share/doc/parallel/README</Path>
- <Path fileType="doc">/usr/share/doc/parallel/CC-BY-SA-4.0.txt</Path>
- <Path fileType="doc">/usr/share/doc/parallel/GFDL-1.3-or-later.txt</Path>
- <Path fileType="doc">/usr/share/doc/parallel/GPL-3.0-or-later.txt</Path>
- </Files>
- </Package>
- <Package>
- <Name>parallel-doc</Name>
- <Files>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <History>
- <Update release="1">
- <Date>2024-12-22</Date>
- <Version>20241122</Version>
- <Comment>Init.</Comment>
- <Name>PisiLinux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|