Files
2024-08-18 14:20:56 +03:00

64 lines
1.7 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>pandoc-bin</Name>
<Homepage>https://pandoc.org/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPL-2</License>
<IsA>app:console</IsA>
<PartOf>office.docbook</PartOf>
<Summary>Universal markup converter.</Summary>
<Description>
Pandoc is a Haskell library for converting from one markup format to another, and a command-line tool that uses this library.
</Description>
<Archive sha1sum="11e7af396498d52e4a17d4febdc6c64e409dbe43" type="targz">
https://github.com/jgm/pandoc/releases/download/3.3/pandoc-3.3-linux-amd64.tar.gz
</Archive>
<BuildDependencies>
<!-- <Dependency></Dependency> -->
</BuildDependencies>
<Patches>
<!-- <Patch level='1'></Patch> -->
</Patches>
</Source>
<Package>
<Name>pandoc-bin</Name>
<RuntimeDependencies>
<!-- <Dependency></Dependency> -->
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="manpages">/usr/share/man/man1</Path>
</Files>
</Package>
<History>
<Update release="3">
<Date>2024-08-18</Date>
<Version>3.3</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="2">
<Date>2023-03-13</Date>
<Version>3.1.1</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="1">
<Date>2023-02-13</Date>
<Version>3.1</Version>
<Comment>First build.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
</History>
</PISI>