Merge refactor

This commit is contained in:
Marcel Pociot
2023-06-02 22:47:59 +02:00
parent 47d068e6d3
commit 1b734073b0
3 changed files with 24 additions and 22 deletions

View File

@@ -195,6 +195,13 @@
"openssl" "openssl"
] ]
}, },
"password-argon2": {
"type": "builtin",
"arg-type": "with-prefix",
"lib-depends": [
"libargon2"
]
},
"pcntl": { "pcntl": {
"type": "builtin", "type": "builtin",
"unix-only": true "unix-only": true
@@ -302,13 +309,6 @@
"libsodium" "libsodium"
] ]
}, },
"password-argon2": {
"type": "builtin",
"arg-type": "with-prefix",
"lib-depends": [
"libargon2"
]
},
"sqlite3": { "sqlite3": {
"type": "builtin", "type": "builtin",
"arg-type": "with-prefix", "arg-type": "with-prefix",
@@ -435,4 +435,4 @@
"zstd" "zstd"
] ]
} }
} }

View File

@@ -127,6 +127,12 @@
"libxml2" "libxml2"
] ]
}, },
"libargon2": {
"source": "libargon2",
"static-libs-unix": [
"libargon2.a"
]
},
"libavif": { "libavif": {
"source": "libavif", "source": "libavif",
"static-libs-unix": [ "static-libs-unix": [
@@ -469,11 +475,5 @@
"zstd.h", "zstd.h",
"zstd_errors.h" "zstd_errors.h"
] ]
},
"libargon2": {
"source": "libargon2",
"static-libs-unix": [
"libargon2.a"
]
} }
} }

View File

@@ -125,6 +125,16 @@
"path": "LICENSE" "path": "LICENSE"
} }
}, },
"libargon2": {
"type": "git",
"path": "",
"rev": "master",
"url": "https://github.com/mpociot/phc-winner-argon2",
"license": {
"type": "file",
"path": "LICENSE"
}
},
"libavif": { "libavif": {
"type": "ghtar", "type": "ghtar",
"repo": "AOMediaCodec/libavif", "repo": "AOMediaCodec/libavif",
@@ -427,13 +437,5 @@
"type": "file", "type": "file",
"path": "LICENSE" "path": "LICENSE"
} }
},
"libargon2": {
"type": "ghtar",
"repo": "P-H-C/phc-winner-argon2",
"license": {
"type": "file",
"path": "LICENSE"
}
} }
} }