pspec.xml 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>lager</Name>
  6. <Homepage>https://sinusoid.es/lager</Homepage>
  7. <Packager>
  8. <Name>Kamil Atlı</Name>
  9. <Email>suvari@pisilinux.org</Email>
  10. </Packager>
  11. <License>boost</License>
  12. <Icon>lager</Icon>
  13. <IsA>library</IsA>
  14. <Summary>C++ library for value-oriented design using the unidirectional data-flow architecture</Summary>
  15. <Description>lager is a C++ library to assist value-oriented design by implementing the unidirectional data-flow architecture. It is heavily inspired by Elm and Redux, and enables composable designs by promoting the use of simple value types and testable application logic via pure functions.</Description>
  16. <Archive sha1sum="1aac55d7b77c745bbe71f32f1d8e7114acbd11d0" type="targz">https://github.com/arximboldi/lager/archive/refs/tags/v0.1.1.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>zug</Dependency>
  19. <Dependency>immer</Dependency>
  20. <Dependency>cmake</Dependency>
  21. <Dependency>catch2</Dependency>
  22. <Dependency>ccache</Dependency>
  23. <Dependency>boost-devel</Dependency>
  24. <Dependency>ncurses-devel</Dependency>
  25. <Dependency>libglvnd-devel</Dependency>
  26. <Dependency>sdl2-ttf-devel</Dependency>
  27. <Dependency>qt5-quickcontrols2-devel</Dependency>
  28. </BuildDependencies>
  29. </Source>
  30. <Package>
  31. <Name>lager</Name>
  32. <RuntimeDependencies>
  33. <!-- <Dependency>libgcc</Dependency> -->
  34. </RuntimeDependencies>
  35. <Files>
  36. <Path fileType="doc">/usr/share/doc/lager</Path>
  37. <Path fileType="header">/usr/include</Path>
  38. <Path fileType="library">/usr/lib/cmake</Path>
  39. </Files>
  40. </Package>
  41. <History>
  42. <Update release="1">
  43. <Date>2023-11-01</Date>
  44. <Version>0.1.1</Version>
  45. <Comment>First release</Comment>
  46. <Name>Kamil Atlı</Name>
  47. <Email>suvari@pisilinux.org</Email>
  48. </Update>
  49. </History>
  50. </PISI>