mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 13:54:19 +08:00
14 lines
292 B
TOML
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",
|
|
]
|