Files
main/programming/library/utf8proc/pspec.xml
T
2024-08-18 09:55:44 +03:00

69 lines
1.9 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>utf8proc</Name>
<Homepage>https://github.com/JuliaStrings/utf8proc</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>MIT</License>
<IsA>library</IsA>
<PartOf>programming.library</PartOf>
<Summary>a clean C library for processing UTF-8 Unicode data.</Summary>
<Description>utf8proc is a small, clean C library that provides Unicode normalization, case-folding, and other operations for data in the UTF-8 encoding.</Description>
<Archive sha1sum="7713007fde54cc8f8238936cae246c4ce30180f9" type="targz">
https://github.com/JuliaStrings/utf8proc/archive/refs/tags/v2.8.0.tar.gz
</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>utf8proc</Name>
<RuntimeDependencies>
<!-- <Dependency></Dependency> -->
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
</Files>
</Package>
<Package>
<Name>utf8proc-devel</Name>
<RuntimeDependencies>
<Dependency release="current">utf8proc</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/utf8proc.h</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="3">
<Date>2022-11-10</Date>
<Version>2.8.0</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="2">
<Date>2021-12-20</Date>
<Version>2.7.0</Version>
<Comment>Version bump</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="1">
<Date>2021-11-22</Date>
<Version>2.6.1</Version>
<Comment>First build</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
</History>
</PISI>