redox/recipes/wip/security/john-the-ripper/recipe.toml
2024-07-02 06:08:02 +00:00

12 lines
289 B
TOML

#TODO missing script for GNU Autotools, see https://github.com/openwall/john/blob/bleeding-jumbo/doc/INSTALL
[source]
tar = "https://www.openwall.com/john/k/john-1.9.0-jumbo-1.tar.xz"
[build]
template = "custom"
dependencies = [
"openssl1",
"nss",
"kerberos5",
"libgmp",
]