Files
uglyside 0caab90de4 catch2.
2024-08-18 17:02:57 +03:00

56 lines
2.1 KiB
XML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>catch2</Name>
<Homepage>https://github.com/catchorg/Catch2/</Homepage>
<Packager>
<Name>Safa Arıman</Name>
<Email>safaariman@pisilinux.org</Email>
</Packager>
<License>BSLv1</License>
<IsA>library</IsA>
<Summary>C++ Automated Test Cases in Headers</Summary>
<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>
<Archive sha1sum="00e054a9ff83928305ed790370a8ad50e411430b" type="targz">https://github.com/catchorg/Catch2/archive/refs/tags/v3.7.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
<Dependency>ninja</Dependency>
<Dependency>python3-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>catch2</Name>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
</Files>
</Package>
<History>
<Update release="3">
<Date>2024-08-18</Date>
<Version>3.7.0</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="2">
<Date>2022-11-05</Date>
<Version>2.13.9</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="1">
<Date>2020-03-17</Date>
<Version>2.11.1</Version>
<Comment>First release</Comment>
<Name>Safa Arıman</Name>
<Email>safaariman@pisilinux.org</Email>
</Update>
</History>
</PISI>