pspec.xml 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE INARY SYSTEM "https://raw.githubusercontent.com/Zaryob/inary/master/inary-spec.dtd">
  3. <INARY>
  4. <Source>
  5. <Name>asciidoc</Name>
  6. <Homepage>http://www.methods.co.nz/asciidoc/</Homepage>
  7. <Packager>
  8. <Name>Süleyman Poyraz</Name>
  9. <Email>zaryob.dev@gmail.com</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>app:console</IsA>
  13. <Summary>Text document format for writing documents</Summary>
  14. <Description>AsciiDoc is a text document format for writing short documents, articles, books and UNIX man pages. AsciiDoc files can be translated to HTML and DocBook markups using the asciidoc command.</Description>
  15. <Archive sha1sum="82e574dd061640561fa0560644bc74df71fb7305" type="targz">mirrors://sourceforge/asciidoc/asciidoc-8.6.9.tar.gz</Archive>
  16. </Source>
  17. <Package>
  18. <Name>asciidoc</Name>
  19. <RuntimeDependencies>
  20. <Dependency>docbook-xml</Dependency>
  21. <Dependency>docbook-xsl</Dependency>
  22. </RuntimeDependencies>
  23. <Files>
  24. <Path fileType="config">/etc</Path>
  25. <Path fileType="executable">/usr/bin</Path>
  26. <Path fileType="library">/usr/lib/python*</Path>
  27. <Path fileType="data">/usr/share/asciidoc</Path>
  28. <Path fileType="data">/usr/share/vim</Path>
  29. <Path fileType="doc">/usr/share/doc/asciidoc</Path>
  30. <Path fileType="man">/usr/share/man</Path>
  31. </Files>
  32. </Package>
  33. <History>
  34. <Update release="1">
  35. <Date>2019-09-08</Date>
  36. <Version>8.6.9</Version>
  37. <Comment>First release</Comment>
  38. <Name>Süleyman Poyraz</Name>
  39. <Email>zaryob.dev@gmail.com</Email>
  40. </Update>
  41. </History>
  42. </INARY>