pspec.xml 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>aha</Name>
  6. <Homepage>https://github.com/theZiz/aha</Homepage>
  7. <Packager>
  8. <Name>Kamil Atlı</Name>
  9. <Email>suvari@pisilinux.org</Email>
  10. </Packager>
  11. <License>MPL LGPL</License>
  12. <Icon>aha</Icon>
  13. <IsA>library</IsA>
  14. <Summary>Ansi HTML Adapter: convert ANSI escape sequences to HTML</Summary>
  15. <Description>Converts ANSI escape sequences of a unix terminal to HTML code.</Description>
  16. <Archive sha1sum="1db95e69b28c46c485643c42fe0a921caf721d3e" type="targz">https://github.com/theZiz/aha/archive/refs/tags/0.5.1.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>glibc-devel</Dependency>
  19. </BuildDependencies>
  20. </Source>
  21. <Package>
  22. <Name>aha</Name>
  23. <RuntimeDependencies>
  24. <!-- <Dependency>glibc</Dependency> -->
  25. </RuntimeDependencies>
  26. <Files>
  27. <Path fileType="executable">/usr/bin</Path>
  28. <Path fileType="man">/usr/share/man</Path>
  29. <Path fileType="doc">/usr/share/doc</Path>
  30. </Files>
  31. </Package>
  32. <History>
  33. <Update release="1">
  34. <Date>2022-09-17</Date>
  35. <Version>0.5.1</Version>
  36. <Comment>First release</Comment>
  37. <Name>Kamil Atlı</Name>
  38. <Email>suvari@pisilinux.org</Email>
  39. </Update>
  40. </History>
  41. </PISI>