1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>asciidoctor</Name>
- <Homepage>https://github.com/asciidoctor/asciidoctor</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>MIT</License>
- <IsA>library</IsA>
- <Summary>A fast, open source AsciiDoc implementation in Ruby</Summary>
- <Icon>asciidoctor</Icon>
- <Description>Ruby'de hızlı, açık kaynaklı bir AsciiDoc uygulaması</Description>
- <Archive sha1sum="c1df9dcc002103aefec389200ffe20e9864ac7de" type="targz">https://github.com/asciidoctor/asciidoctor/archive/refs/tags/v2.0.23.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>rubygems</Dependency>
- </BuildDependencies>
- <!--
- <Patches>
- <Patch>asciidoctor.patch</Patch>
- <Patch level="1">asciidoctor.patch</Patch>
- </Patches>
- -->
- </Source>
- <Package>
- <Name>asciidoctor</Name>
- <RuntimeDependencies>
- <Dependency>rubygems</Dependency>
- </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>
- <History>
- <Update release="2">
- <Date>2024-08-30</Date>
- <Version>2.0.23</Version>
- <Comment>Version bump.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2023-05-20</Date>
- <Version>2.0.18</Version>
- <Comment>First release</Comment>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|