Files
main/programming/misc/plog/pspec.xml
T
Kamil ATLI 6fcb51bfb8 index
2025-03-24 10:47:11 +03:00

44 lines
1.4 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>plog</Name>
<Homepage>https://github.com/SergiusTheBest/plog</Homepage>
<Packager>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Packager>
<License>MIT</License>
<PartOf>programming.misc</PartOf>
<Summary>Portable, simple and extensible C++ logging library.</Summary>
<Description>pass</Description>
<Archive sha1sum="dc2a5c3e31f3eab6bcc808452bcb2a4376aa9dce" type="targz">https://github.com/SergiusTheBest/plog/archive/1.1.10/plog-1.1.10.tar.gz</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
<Dependency>ninja</Dependency>
</BuildDependencies>
<Patches>
<!-- <Patch level="1"></Patch> -->
</Patches>
</Source>
<Package>
<Name>plog</Name>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2025-02-06</Date>
<Version>1.1.10</Version>
<Comment>First release</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
</History>
</PISI>