pspec.xml 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>cmark</Name>
  6. <Homepage>https://github.com/jgm/cmark</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>BSD2</License>
  12. <IsA>library</IsA>
  13. <Summary>CommonMark parsing and rendering library and program in C</Summary>
  14. <Description>CommonMark parsing and rendering library and program in C</Description>
  15. <Archive sha1sum="ae87665962390dabca20e461bac7523c8580e097" type="targz">https://github.com/commonmark/cmark/archive/0.30.3.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>cmake</Dependency>
  18. <Dependency>python3-devel</Dependency>
  19. </BuildDependencies>
  20. <!--
  21. <Patches>
  22. <Patch>cmark.patch</Patch>
  23. <Patch level="1">cmark.patch</Patch>
  24. </Patches>
  25. -->
  26. </Source>
  27. <Package>
  28. <Name>cmark</Name>
  29. <RuntimeDependencies>
  30. </RuntimeDependencies>
  31. <Files>
  32. <Path fileType="executable">/usr/bin</Path>
  33. <Path fileType="library">/usr/lib</Path>
  34. <Path fileType="data">/usr/share</Path>
  35. <Path fileType="doc">/usr/share/doc</Path>
  36. </Files>
  37. </Package>
  38. <Package>
  39. <Name>cmark-devel</Name>
  40. <Summary>Development files for cmark</Summary>
  41. <RuntimeDependencies>
  42. <Dependency release="current">cmark</Dependency>
  43. </RuntimeDependencies>
  44. <Files>
  45. <Path fileType="header">/usr/include</Path>
  46. <Path fileType="data">/usr/lib/cmake</Path>
  47. <Path fileType="library">/usr/lib/pkgconfig</Path>
  48. </Files>
  49. </Package>
  50. <History>
  51. <Update release="4">
  52. <Date>2023-11-03</Date>
  53. <Version>0.30.3</Version>
  54. <Comment>Version bump.</Comment>
  55. <Name>Mustafa Cinasal</Name>
  56. <Email>muscnsl@gmail.com</Email>
  57. </Update>
  58. <Update release="3">
  59. <Date>2021-10-05</Date>
  60. <Version>0.30.2</Version>
  61. <Comment>Version bump.</Comment>
  62. <Name>Mustafa Cinasal</Name>
  63. <Email>muscnsl@gmail.com</Email>
  64. </Update>
  65. <Update release="2">
  66. <Date>2021-09-23</Date>
  67. <Version>0.30.1</Version>
  68. <Comment>Version bump.</Comment>
  69. <Name>Mustafa Cinasal</Name>
  70. <Email>muscnsl@gmail.com</Email>
  71. </Update>
  72. <Update release="1">
  73. <Date>2020-03-08</Date>
  74. <Version>0.29.0</Version>
  75. <Comment>First release</Comment>
  76. <Name>PisiLinux Community</Name>
  77. <Email>admins@pisilinux.org</Email>
  78. </Update>
  79. </History>
  80. </PISI>