12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>gtest</Name>
- <Homepage>http://code.google.com/p/googletest/</Homepage>
- <Packager>
- <Name>Kamil Atlı</Name>
- <Email>suvari@pisilinux.org</Email>
- </Packager>
- <License>BSD</License>
- <IsA>library</IsA>
- <Summary>GoogleTest - Google Testing and Mocking Framework</Summary>
- <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>
- <Archive sha1sum="2b28c2a3a30d86b1759543ef61fac3c4d69f8c4c" type="targz">https://github.com/google/googletest/archive/refs/tags/v1.14.0.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>cmake</Dependency>
- <Dependency>python3-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>gtest</Name>
- <RuntimeDependencies>
- <Dependency>libgcc</Dependency>
- <Dependency>python3</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib/libgtest*</Path>
- <Path fileType="library">/usr/lib/libgmock*</Path>
- </Files>
- </Package>
- <Package>
- <Name>gtest-devel</Name>
- <Summary>Development files for gtest</Summary>
- <RuntimeDependencies>
- <Dependency release="current">gtest</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib/cmake</Path>
- <Path fileType="library">/usr/lib/pkgconfig</Path>
- <Path fileType="header">/usr/include</Path>
- </Files>
- </Package>
- <History>
- <Update release="2">
- <Date>2023-11-04</Date>
- <Version>1.14.0</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="1">
- <Date>2022-05-03</Date>
- <Version>1.11.0</Version>
- <Comment>First release</Comment>
- <Name>Kamil Atlı</Name>
- <Email>suvari@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|