pspec.xml 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>parallel</Name>
  6. <Homepage>https://www.gnu.org/software/parallel/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admin@pisilinux.org</Email>
  10. </Packager>
  11. <License>CC-BY-SAv4.0/GPLv3</License>
  12. <PartOf>programming.tool</PartOf>
  13. <Summary>A shell tool for executing jobs in parallel using one or more computers.</Summary>
  14. <Description>pass</Description>
  15. <Archive sha1sum="1c5b4a4b4737db26d3c28b6669b82f1dad113863" type="tarbz2">
  16. mirrors://gnu/parallel/parallel-20241122.tar.bz2
  17. </Archive>
  18. <Patches>
  19. <!-- <Patch level="1"></Patch> -->
  20. </Patches>
  21. </Source>
  22. <Package>
  23. <Name>parallel</Name>
  24. <Files>
  25. <Path fileType="executable">/usr/bin</Path>
  26. <Path fileType="data">/usr/share/bash-completion</Path>
  27. <Path fileType="data">/usr/share/zsh</Path>
  28. <Path fileType="man">/usr/share/man</Path>
  29. <Path fileType="doc">/usr/share/doc/parallel/CREDITS</Path>
  30. <Path fileType="doc">/usr/share/doc/parallel/README</Path>
  31. <Path fileType="doc">/usr/share/doc/parallel/CC-BY-SA-4.0.txt</Path>
  32. <Path fileType="doc">/usr/share/doc/parallel/GFDL-1.3-or-later.txt</Path>
  33. <Path fileType="doc">/usr/share/doc/parallel/GPL-3.0-or-later.txt</Path>
  34. </Files>
  35. </Package>
  36. <Package>
  37. <Name>parallel-doc</Name>
  38. <Files>
  39. <Path fileType="doc">/usr/share/doc</Path>
  40. </Files>
  41. </Package>
  42. <History>
  43. <Update release="1">
  44. <Date>2024-12-22</Date>
  45. <Version>20241122</Version>
  46. <Comment>Init.</Comment>
  47. <Name>PisiLinux Community</Name>
  48. <Email>admin@pisilinux.org</Email>
  49. </Update>
  50. </History>
  51. </PISI>