63 lines
2.2 KiB
XML
63 lines
2.2 KiB
XML
<?xml version="1.0" ?>
|
||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||
<PISI>
|
||
<Source>
|
||
<Name>benchmark</Name>
|
||
<Homepage>https://github.com/google/benchmark</Homepage>
|
||
<Packager>
|
||
<Name>Kamil Atlı</Name>
|
||
<Email>suvari@pisilinux.org</Email>
|
||
</Packager>
|
||
<License>Apache</License>
|
||
<IsA>library</IsA>
|
||
<Summary>A microbenchmark support library</Summary>
|
||
<Description>A library to benchmark code snippets, similar to unit tests.</Description>
|
||
<Archive sha1sum="39dff009fd8e3eb9200b9b02dd0b1dcb06386d74" type="targz">https://github.com/google/benchmark/archive/refs/tags/v1.8.2.tar.gz</Archive>
|
||
<BuildDependencies>
|
||
<Dependency>git</Dependency>
|
||
<Dependency>cmake</Dependency>
|
||
</BuildDependencies>
|
||
</Source>
|
||
|
||
<Package>
|
||
<Name>benchmark</Name>
|
||
<RuntimeDependencies>
|
||
<Dependency>libgcc</Dependency>
|
||
</RuntimeDependencies>
|
||
<Files>
|
||
<Path fileType="library">/usr/lib/libbenchmark.so*</Path>
|
||
<Path fileType="library">/usr/lib/libbenchmark_main.so*</Path>
|
||
<Path fileType="doc">/usr/share/doc/benchmark</Path>
|
||
</Files>
|
||
</Package>
|
||
|
||
<Package>
|
||
<Name>benchmark-devel</Name>
|
||
<RuntimeDependencies>
|
||
<Dependency release="current">benchmark</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="1">
|
||
<Date>2023-07-15</Date>
|
||
<Version>1.8.2</Version>
|
||
<Comment>Version bump</Comment>
|
||
<Name>Kamil Atlı</Name>
|
||
<Email>suvari@pisilinux.org</Email>
|
||
</Update>
|
||
<Update release="1">
|
||
<Date>2022-06-11</Date>
|
||
<Version>1.6.1</Version>
|
||
<Comment>First release</Comment>
|
||
<Name>Kamil Atlı</Name>
|
||
<Email>suvari@pisilinux.org</Email>
|
||
</Update>
|
||
</History>
|
||
</PISI>
|