pspec.xml 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>argon2</Name>
  6. <Homepage>http://argon2.sf.net/</Homepage>
  7. <Packager>
  8. <Name>Kamil Atlı</Name>
  9. <Email>suvari@pisilinux.org</Email>
  10. </Packager>
  11. <License>Apache</License>
  12. <License>custom:CC0</License>
  13. <IsA>library</IsA>
  14. <IsA>app:console</IsA>
  15. <Summary>The password hash Argon2, winner of PHC </Summary>
  16. <Description>Argon2 is a password-hashing function that summarizes the state of the art in the design of memory-hard functions and can be used to hash passwords for credential storage, key derivation, or other applications.</Description>
  17. <Archive sha1sum="4b1de90ec1ccfb6e91001e849f2cbe0222cc8b4c" type="targz">https://github.com/P-H-C/phc-winner-argon2/archive/refs/tags/20190702.tar.gz</Archive>
  18. <BuildDependencies>
  19. <Dependency>glibc-devel</Dependency>
  20. </BuildDependencies>
  21. </Source>
  22. <Package>
  23. <Name>argon2</Name>
  24. <RuntimeDependencies>
  25. <!-- <Dependency></Dependency> -->
  26. </RuntimeDependencies>
  27. <Files>
  28. <Path fileType="executable">/usr/bin</Path>
  29. <Path fileType="library">/usr/lib</Path>
  30. <Path fileType="data">/usr/lib/x86_64-linux-gnu/libargon2*</Path>
  31. <Path fileType="data">/usr/lib/x86_64-linux-gnu/libargon2.so*</Path>
  32. <Path fileType="doc">/usr/share/doc</Path>
  33. </Files>
  34. </Package>
  35. <Package>
  36. <Name>argon2-devel</Name>
  37. <Summary>argon2 development headers</Summary>
  38. <RuntimeDependencies>
  39. <Dependency release="current">argon2</Dependency>
  40. </RuntimeDependencies>
  41. <Files>
  42. <Path fileType="header">/usr/include</Path>
  43. <Path fileType="library">/usr/lib/pkgconfig</Path>
  44. <Path fileType="library">/usr/lib/x86_64-linux-gnu/pkgconfig/libargon2.pc</Path>
  45. </Files>
  46. </Package>
  47. <History>
  48. <Update release="1">
  49. <Date>2022-06-21</Date>
  50. <Version>20190702</Version>
  51. <Comment>First release</Comment>
  52. <Name>Kamil Atlı</Name>
  53. <Email>suvari@pisilinux.org</Email>
  54. </Update>
  55. </History>
  56. </PISI>