Files
2020-01-21 22:08:45 +03:00

59 lines
2.0 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 "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>libsodium</Name>
<Homepage>https://libsodium.org/</Homepage>
<Packager>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Packager>
<License>custom:ISC</License>
<IsA>library</IsA>
<Summary>P(ortable|ackageable) NaCl-based crypto library</Summary>
<Description>Sodium is a modern, easy-to-use software library for encryption, decryption, signatures, password hashing and more.</Description>
<Archive sha1sum="795b73e3f92a362fabee238a71735579bf46bb97" type="targz">https://download.libsodium.org/libsodium/releases/libsodium-1.0.18.tar.gz</Archive>
<BuildDependencies>
<Dependency>glibc-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>libsodium</Name>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>libsodium-devel</Name>
<Summary>Development files for libsodium</Summary>
<RuntimeDependencies>
<Dependency release="current">libsodium</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="header">/usr/lib/pkgconfig</Path>
<Path fileType="man">/usr/share/man/man3</Path>
</Files>
</Package>
<History>
<Update release="2">
<Date>2020-01-21</Date>
<Version>1.0.18</Version>
<Comment>Rebuild</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@gmail.com</Email>
</Update>
<Update release="1">
<Date>2019-10-30</Date>
<Version>1.0.18</Version>
<Comment>First release</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@gmail.com</Email>
</Update>
</History>
</PISI>