pspec.xml 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>nlohmann-json</Name>
  6. <Homepage>https://json.nlohmann.me</Homepage>
  7. <Packager>
  8. <Name>Kamil Atlı</Name>
  9. <Email>suvari@pisilinux.org</Email>
  10. </Packager>
  11. <License>MIT</License>
  12. <Icon>nlohmann-json</Icon>
  13. <Summary>JSON for Modern C++</Summary>
  14. <Description>JSON for Modern C++</Description>
  15. <Archive sha1sum="a6090d28a631b72f416b83166425a2f09c6c91d8" type="targz">https://github.com/nlohmann/json/archive/5d2754306d67d1e654a1a34e1d2e74439a9d53b3/v3.11.2.tar.gz</Archive>
  16. <Archive sha1sum="139e4f927cc7b1998c025d60a9a63a3a6f1929f6" type="binary" target="json-5d2754306d67d1e654a1a34e1d2e74439a9d53b3">https://github.com/nlohmann/json_test_data/archive/refs/tags/v3.1.0.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>git</Dependency>
  19. <Dependency>cmake</Dependency>
  20. </BuildDependencies>
  21. <Patches>
  22. <!-- <Patch></Patch> -->
  23. </Patches>
  24. </Source>
  25. <Package>
  26. <Name>nlohmann-json</Name>
  27. <RuntimeDependencies>
  28. </RuntimeDependencies>
  29. <Files>
  30. <Path fileType="header">/usr/include</Path>
  31. <Path fileType="library">/usr/lib/pkgconfig</Path>
  32. <Path fileType="data">/usr/share/cmake</Path>
  33. </Files>
  34. </Package>
  35. <History>
  36. <Update release="1">
  37. <Date>2023-06-21</Date>
  38. <Version>3.11.2</Version>
  39. <Comment>First release</Comment>
  40. <Name>Kamil Atlı</Name>
  41. <Email>suvari@pisilinux.org</Email>
  42. </Update>
  43. </History>
  44. </PISI>