Files
2025-05-12 17:55:35 +03:00

77 lines
2.5 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>md4c</Name>
<Homepage>https://github.com/mity/md4c</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>MIT</License>
<IsA>library</IsA>
<Summary>C Markdown parser</Summary>
<Description>C Markdown parser</Description>
<Archive sha1sum="90284eafc4eb5768d482fec0f3810bf48b601d23" type="targz">https://github.com/mity/md4c/archive/release-0.5.2.tar.gz</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
</BuildDependencies>
<!--
<Patches>
<Patch>md4c.patch</Patch>
<Patch level="1">md4c.patch</Patch>
</Patches>
-->
</Source>
<Package>
<Name>md4c</Name>
<RuntimeDependencies>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>md4c-devel</Name>
<Summary>Development files for md4c</Summary>
<RuntimeDependencies>
<Dependency release="current">md4c</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/cmake</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="3">
<Date>2025-05-12</Date>
<Version>0.5.2</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2022-10-05</Date>
<Version>0.4.8</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="1">
<Date>2020-01-15</Date>
<Version>0.4.2</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>