pspec.xml 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>catch2</Name>
  6. <Homepage>https://github.com/catchorg/Catch2/</Homepage>
  7. <Packager>
  8. <Name>Safa Arıman</Name>
  9. <Email>safaariman@pisilinux.org</Email>
  10. </Packager>
  11. <License>BSLv1</License>
  12. <IsA>library</IsA>
  13. <Summary>C++ Automated Test Cases in Headers</Summary>
  14. <Description>Catch2 is a multi-paradigm test framework for C++, which also supports Objective-C. It is primarily distributed as a single header file, although certain extensions may require additional headers.</Description>
  15. <Archive sha1sum="00e054a9ff83928305ed790370a8ad50e411430b" type="targz">https://github.com/catchorg/Catch2/archive/refs/tags/v3.7.0.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>cmake</Dependency>
  18. <Dependency>ninja</Dependency>
  19. <Dependency>python3-devel</Dependency>
  20. </BuildDependencies>
  21. </Source>
  22. <Package>
  23. <Name>catch2</Name>
  24. <Files>
  25. <Path fileType="header">/usr/include</Path>
  26. <Path fileType="library">/usr/lib</Path>
  27. <Path fileType="data">/usr/share</Path>
  28. </Files>
  29. </Package>
  30. <History>
  31. <Update release="3">
  32. <Date>2024-08-18</Date>
  33. <Version>3.7.0</Version>
  34. <Comment>Version bump.</Comment>
  35. <Name>fury</Name>
  36. <Email>uglyside@yandex.ru</Email>
  37. </Update>
  38. <Update release="2">
  39. <Date>2022-11-05</Date>
  40. <Version>2.13.9</Version>
  41. <Comment>Version bump.</Comment>
  42. <Name>Mustafa Cinasal</Name>
  43. <Email>muscnsl@gmail.com</Email>
  44. </Update>
  45. <Update release="1">
  46. <Date>2020-03-17</Date>
  47. <Version>2.11.1</Version>
  48. <Comment>First release</Comment>
  49. <Name>Safa Arıman</Name>
  50. <Email>safaariman@pisilinux.org</Email>
  51. </Update>
  52. </History>
  53. </PISI>