redox/recipes/wip/ssh/openssh/recipe.toml
2024-07-15 09:25:09 +00:00

14 lines
292 B
TOML

#TODO update the patch to match the current version
#TODO does the patch is still needed?
[source]
tar = "https://cdn.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-9.8p1.tar.gz"
patches = [
"redox.patch",
]
[build]
template = "configure"
dependencies = [
"openssl1",
"zlib",
]