Files
main/programming/build/ccache/pspec.xml
T
2025-02-11 15:42:14 +03:00

81 lines
3.0 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>ccache</Name>
<Homepage>https://ccache.dev/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv3</License>
<IsA>app:console</IsA>
<Summary>Fast C/C++ compiler cache.</Summary>
<Description>Ccache speeds up recompilation of C/C++ code by caching previous compiles and detecting when the same compile is being done.</Description>
<Archive sha1sum="cff97f7592f5042eb43cb54a6d12a1ce7e49da62" type="tarxz">https://github.com/ccache/ccache/releases/download/v4.10.2/ccache-4.10.2.tar.xz</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
<Dependency>ninja</Dependency>
<Dependency>fmt-devel</Dependency>
<Dependency>zstd-devel</Dependency>
<Dependency>asciidoctor</Dependency>
<Dependency>blake3-devel</Dependency>
<Dependency>xxhash-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>ccache</Name>
<RuntimeDependencies>
<Dependency>fmt</Dependency>
<Dependency>zstd</Dependency>
<Dependency>blake3</Dependency>
<Dependency>xxhash</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="executable">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="man">/usr/share/man</Path>
</Files>
</Package>
<History>
<Update release="5">
<Date>2025-02-11</Date>
<Version>4.10.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="4">
<Date>2021-05-18</Date>
<Version>3.7.7</Version>
<Comment>Rebuild.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="3">
<Date>2020-01-26</Date>
<Version>3.7.7</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="2">
<Date>2019-05-06</Date>
<Version>3.7.1</Version>
<Comment>Version bump.</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2018-09-12</Date>
<Version>3.4.3</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>