pspec.xml 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>asciidoctor</Name>
  6. <Homepage>https://github.com/asciidoctor/asciidoctor</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>MIT</License>
  12. <IsA>library</IsA>
  13. <Summary>A fast, open source AsciiDoc implementation in Ruby</Summary>
  14. <Icon>asciidoctor</Icon>
  15. <Description>Ruby'de hızlı, açık kaynaklı bir AsciiDoc uygulaması</Description>
  16. <Archive sha1sum="c1df9dcc002103aefec389200ffe20e9864ac7de" type="targz">https://github.com/asciidoctor/asciidoctor/archive/refs/tags/v2.0.23.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>rubygems</Dependency>
  19. </BuildDependencies>
  20. <!--
  21. <Patches>
  22. <Patch>asciidoctor.patch</Patch>
  23. <Patch level="1">asciidoctor.patch</Patch>
  24. </Patches>
  25. -->
  26. </Source>
  27. <Package>
  28. <Name>asciidoctor</Name>
  29. <RuntimeDependencies>
  30. <Dependency>rubygems</Dependency>
  31. </RuntimeDependencies>
  32. <Files>
  33. <Path fileType="executable">/usr/bin</Path>
  34. <Path fileType="library">/usr/lib</Path>
  35. <Path fileType="data">/usr/share</Path>
  36. <Path fileType="man">/usr/share/man</Path>
  37. <Path fileType="doc">/usr/share/doc</Path>
  38. </Files>
  39. </Package>
  40. <History>
  41. <Update release="2">
  42. <Date>2024-08-30</Date>
  43. <Version>2.0.23</Version>
  44. <Comment>Version bump.</Comment>
  45. <Name>Pisi Linux Community</Name>
  46. <Email>admin@pisilinux.org</Email>
  47. </Update>
  48. <Update release="1">
  49. <Date>2023-05-20</Date>
  50. <Version>2.0.18</Version>
  51. <Comment>First release</Comment>
  52. <Name>PisiLinux Community</Name>
  53. <Email>admins@pisilinux.org</Email>
  54. </Update>
  55. </History>
  56. </PISI>