pspec.xml 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>jq</Name>
  6. <Homepage>https://github.com/stedolan/jq</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>MIT</License>
  12. <IsA>library</IsA>
  13. <Summary>lightweight and flexible command-line JSON processor</Summary>
  14. <Description>lightweight and flexible command-line JSON processor</Description>
  15. <Archive sha1sum="73bcbdc45be4db907a864e829b06cd869f77f4f7" type="targz">https://github.com/stedolan/jq/releases/download/jq-1.6/jq-1.6.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency versionFrom="6.9.7.1">oniguruma-devel</Dependency>
  18. </BuildDependencies>
  19. <!--
  20. <Patches>
  21. <Patch>jq.patch</Patch>
  22. <Patch level="1">jq.patch</Patch>
  23. </Patches>
  24. -->
  25. </Source>
  26. <Package>
  27. <Name>jq</Name>
  28. <RuntimeDependencies>
  29. <Dependency>oniguruma</Dependency>
  30. </RuntimeDependencies>
  31. <Files>
  32. <Path fileType="executable">/usr/bin</Path>
  33. <Path fileType="library">/usr/lib</Path>
  34. <Path fileType="man">/usr/share/man</Path>
  35. <Path fileType="doc">/usr/share/doc</Path>
  36. </Files>
  37. </Package>
  38. <Package>
  39. <Name>jq-devel</Name>
  40. <Summary>Development files for jq</Summary>
  41. <RuntimeDependencies>
  42. <Dependency release="current">jq</Dependency>
  43. </RuntimeDependencies>
  44. <Files>
  45. <Path fileType="header">/usr/include</Path>
  46. <Path fileType="library">/usr/lib/pkgconfig</Path>
  47. </Files>
  48. </Package>
  49. <History>
  50. <Update release="2">
  51. <Date>2021-10-09</Date>
  52. <Version>1.6</Version>
  53. <Comment>Rebuild</Comment>
  54. <Name>PisiLinux Community</Name>
  55. <Email>admins@pisilinux.org</Email>
  56. </Update>
  57. <Update release="1">
  58. <Date>2020-06-07</Date>
  59. <Version>1.6</Version>
  60. <Comment>First release</Comment>
  61. <Name>PisiLinux Community</Name>
  62. <Email>admins@pisilinux.org</Email>
  63. </Update>
  64. </History>
  65. </PISI>