mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-30 08:38:43 +08:00
10 lines
177 B
TOML
10 lines
177 B
TOML
#TODO not compiled or tested
|
|
[source]
|
|
tar = "https://www.hitch-tls.org/source/hitch-1.8.0.tar.gz"
|
|
[build]
|
|
template = "configure"
|
|
dependencies = [
|
|
"libev",
|
|
"openssl3",
|
|
]
|