Add support for libargon2

This commit is contained in:
Marcel Pociot
2023-05-31 10:03:40 +02:00
parent 09ba11affb
commit 4537bfb247
5 changed files with 59 additions and 0 deletions

View File

@@ -295,6 +295,13 @@
"libsodium"
]
},
"password-argon2": {
"type": "builtin",
"arg-type": "with-prefix",
"lib-depends": [
"libargon2"
]
},
"sqlite3": {
"type": "builtin",
"arg-type": "with-prefix",

View File

@@ -460,5 +460,11 @@
"static-libs-unix": [
"libsodium.a"
]
},
"libargon2": {
"source": "libargon2",
"static-libs-unix": [
"libargon2.a"
]
}
}

View File

@@ -419,5 +419,13 @@
"type": "file",
"path": "LICENSE"
}
},
"libargon2": {
"type": "ghtar",
"repo": "P-H-C/phc-winner-argon2",
"license": {
"type": "file",
"path": "LICENSE"
}
}
}