pspec.xml 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>ccze-rv</Name>
  6. <Homepage>https://github.com/software-revive/ccze-rv</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPL-2</License>
  12. <IsA>app:console</IsA>
  13. <PartOf>x11.terminal</PartOf>
  14. <Summary>CCZE is a fast log colorizer written in C.</Summary>
  15. <Description>pass</Description>
  16. <Archive sha1sum="ea9c3b16f3a1beb50d4c9714348f512e4b7fcd8f" type="targz">
  17. https://github.com/software-revive/ccze-rv/releases/download/0.3.0/ccze-0.3.0.tar.gz
  18. </Archive>
  19. <BuildDependencies>
  20. <Dependency>ncurses-devel</Dependency>
  21. <Dependency>libpcre-devel</Dependency>
  22. </BuildDependencies>
  23. <Patches>
  24. <!-- <Patch level='1'></Patch> -->
  25. </Patches>
  26. </Source>
  27. <Package>
  28. <Name>ccze-rv</Name>
  29. <RuntimeDependencies>
  30. <Dependency>ncurses</Dependency>
  31. <Dependency>libpcre</Dependency>
  32. </RuntimeDependencies>
  33. <Files>
  34. <Path fileType="executable">/usr/bin</Path>
  35. <Path fileType="library">/usr/lib/ccze</Path>
  36. <Path fileType="header">/usr/include/ccze.h</Path>
  37. <Path fileType="data">/usr/share/man/man1</Path>
  38. <Path fileType="data">/usr/share/man/man7</Path>
  39. <Path fileType="data">/usr/share/doc/ccze-rv</Path>
  40. </Files>
  41. </Package>
  42. <History>
  43. <Update release="1">
  44. <Date>2023-03-10</Date>
  45. <Version>0.3.0</Version>
  46. <Comment>First build.</Comment>
  47. <Name>fury</Name>
  48. <Email>uglyside@yandex.ru</Email>
  49. </Update>
  50. </History>
  51. </PISI>