Files
Kamil ATLI e62f3b02bd blake3
2025-03-27 20:13:59 +03:00

58 lines
2.0 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>blake3</Name>
<Homepage>https://github.com/BLAKE3-team/BLAKE3</Homepage>
<Packager>
<Name>Serdar Soytetir</Name>
<Email>kaptan@pisilinux.org</Email>
</Packager>
<License>Apachev2.0</License>
<License>CC0v1.0</License>
<PartOf>util.crypt</PartOf>
<Summary>The Rust and C implementations of the BLAKE3 cryptographic hash function.</Summary>
<Description>BLAKE3 is based on an optimized instance of the established hash function BLAKE2 and on the original Bao tree mode.</Description>
<Archive sha1sum="bc37ecca241fc742a1449950a97dcbfa459f2d4f" type="targz">https://github.com/BLAKE3-team/BLAKE3/archive/refs/tags/1.7.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>rust</Dependency>
<Dependency>cmake</Dependency>
<Dependency>ninja</Dependency>
</BuildDependencies>
<Patches>
<!-- <Patch level="1"></Patch> -->
</Patches>
</Source>
<Package>
<Name>blake3</Name>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
</Files>
</Package>
<Package>
<Name>blake3-devel</Name>
<RuntimeDependencies>
<Dependency release="current">blake3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/cmake</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2025-03-27</Date>
<Version>1.7.0</Version>
<Comment>First release</Comment>
<Name>Pisilinux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
</History>
</PISI>