pspec.xml 2.5 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>gtest</Name>
  6. <Homepage>http://code.google.com/p/googletest/</Homepage>
  7. <Packager>
  8. <Name>Kamil Atlı</Name>
  9. <Email>suvari@pisilinux.org</Email>
  10. </Packager>
  11. <License>BSD</License>
  12. <IsA>library</IsA>
  13. <Summary>GoogleTest - Google Testing and Mocking Framework</Summary>
  14. <Description>Google's framework for writing C++ tests on a variety of platforms (GNU/Linux, Mac OS X, Windows, Windows CE, and Symbian). Based on the xUnit architecture. Supports automatic test discovery, a rich set of assertions, user-defined assertions, death tests, fatal and non-fatal failures, various options for running the tests, and XML test report generation.</Description>
  15. <Archive sha1sum="2b28c2a3a30d86b1759543ef61fac3c4d69f8c4c" type="targz">https://github.com/google/googletest/archive/refs/tags/v1.14.0.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>cmake</Dependency>
  18. <Dependency>python3-devel</Dependency>
  19. </BuildDependencies>
  20. </Source>
  21. <Package>
  22. <Name>gtest</Name>
  23. <RuntimeDependencies>
  24. <Dependency>libgcc</Dependency>
  25. <Dependency>python3</Dependency>
  26. </RuntimeDependencies>
  27. <Files>
  28. <Path fileType="library">/usr/lib/libgtest*</Path>
  29. <Path fileType="library">/usr/lib/libgmock*</Path>
  30. </Files>
  31. </Package>
  32. <Package>
  33. <Name>gtest-devel</Name>
  34. <Summary>Development files for gtest</Summary>
  35. <RuntimeDependencies>
  36. <Dependency release="current">gtest</Dependency>
  37. </RuntimeDependencies>
  38. <Files>
  39. <Path fileType="library">/usr/lib/cmake</Path>
  40. <Path fileType="library">/usr/lib/pkgconfig</Path>
  41. <Path fileType="header">/usr/include</Path>
  42. </Files>
  43. </Package>
  44. <History>
  45. <Update release="2">
  46. <Date>2023-11-04</Date>
  47. <Version>1.14.0</Version>
  48. <Comment>Version bump.</Comment>
  49. <Name>Mustafa Cinasal</Name>
  50. <Email>muscnsl@gmail.com</Email>
  51. </Update>
  52. <Update release="1">
  53. <Date>2022-05-03</Date>
  54. <Version>1.11.0</Version>
  55. <Comment>First release</Comment>
  56. <Name>Kamil Atlı</Name>
  57. <Email>suvari@pisilinux.org</Email>
  58. </Update>
  59. </History>
  60. </PISI>