fmt:first pisi rel

This commit is contained in:
blue-devil
2020-05-18 20:54:13 +03:00
parent cd62445809
commit 32ee2885e0
3 changed files with 72 additions and 0 deletions
+44
View File
@@ -0,0 +1,44 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>fmt</Name>
<Homepage>https://fmt.dev/latest/index.html</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>programming.library</PartOf>
<License>BSD</License>
<IsA>library</IsA>
<Summary>Open-source formatting library for C++</Summary>
<Description>{fmt} is an open-source formatting library for C++. It can be used as a safe and fast alternative to (s)printf and iostreams.</Description>
<Archive sha1sum="39a90270631fc11e7431dff0a055f1898b0487f1" type="targz">https://github.com/fmtlib/fmt/archive/6.2.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>fmt</Name>
<Summary>Open-source formatting library for C++</Summary>
<RuntimeDependencies>
<Dependency>libgcc</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="header">/usr/include</Path>
<Path fileType="doc">/usr/share/doc/fmt</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-05-18</Date>
<Version>6.2.1</Version>
<Comment>First Pisi Release</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>