pspec.xml 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>pandoc-bin</Name>
  6. <Homepage>https://pandoc.org/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPL-2</License>
  12. <IsA>app:console</IsA>
  13. <PartOf>office.docbook</PartOf>
  14. <Summary>Universal markup converter.</Summary>
  15. <Description>
  16. Pandoc is a Haskell library for converting from one markup format to another, and a command-line tool that uses this library.
  17. </Description>
  18. <Archive sha1sum="11e7af396498d52e4a17d4febdc6c64e409dbe43" type="targz">
  19. https://github.com/jgm/pandoc/releases/download/3.3/pandoc-3.3-linux-amd64.tar.gz
  20. </Archive>
  21. <BuildDependencies>
  22. <!-- <Dependency></Dependency> -->
  23. </BuildDependencies>
  24. <Patches>
  25. <!-- <Patch level='1'></Patch> -->
  26. </Patches>
  27. </Source>
  28. <Package>
  29. <Name>pandoc-bin</Name>
  30. <RuntimeDependencies>
  31. <!-- <Dependency></Dependency> -->
  32. </RuntimeDependencies>
  33. <Files>
  34. <Path fileType="executable">/usr/bin</Path>
  35. <Path fileType="manpages">/usr/share/man/man1</Path>
  36. </Files>
  37. </Package>
  38. <History>
  39. <Update release="3">
  40. <Date>2024-08-18</Date>
  41. <Version>3.3</Version>
  42. <Comment>Version bump.</Comment>
  43. <Name>fury</Name>
  44. <Email>uglyside@yandex.ru</Email>
  45. </Update>
  46. <Update release="2">
  47. <Date>2023-03-13</Date>
  48. <Version>3.1.1</Version>
  49. <Comment>Version bump.</Comment>
  50. <Name>fury</Name>
  51. <Email>uglyside@yandex.ru</Email>
  52. </Update>
  53. <Update release="1">
  54. <Date>2023-02-13</Date>
  55. <Version>3.1</Version>
  56. <Comment>First build.</Comment>
  57. <Name>fury</Name>
  58. <Email>uglyside@yandex.ru</Email>
  59. </Update>
  60. </History>
  61. </PISI>