Files
2023-03-12 17:54:32 +03:00

51 lines
1.6 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>mandoc</Name>
<Homepage>https://mandoc.bsd.lv/</Homepage>
<Packager>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Packager>
<License>ISC</License>
<IsA>library</IsA>
<Summary>A suite of tools for compiling mdoc and man</Summary>
<Description>mdoc ve man'ı derlemek için bir araç paketi</Description>
<Archive sha1sum="4033a504b005e43a0642e195c1ef49609c65f1c4" type="targz">https://mandoc.bsd.lv/snapshots/mandoc-1.14.6.tar.gz</Archive>
<BuildDependencies>
<Dependency>zlib-devel</Dependency>
</BuildDependencies>
-->
<!--
<Patches>
<Patch>mandoc.patch</Patch>
<Patch level="1">mandoc.patch</Patch>
</Patches>
-->
</Source>
<Package>
<Name>mandoc</Name>
<RuntimeDependencies>
<Dependency>zlib</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="executable">/usr/sbin</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2023-03-12</Date>
<Version>1.14.6</Version>
<Comment>First release</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
</History>
</PISI>