redox/recipes/wip/libwebsocket++/recipe.toml
2023-12-10 21:40:45 +00:00

10 lines
228 B
TOML

#TODO missing script for installation, lacking build instructions
[source]
tar = "https://github.com/zaphoyd/websocketpp/archive/refs/tags/0.8.2.tar.gz"
[build]
template = "custom"
dependencies = [
"openssl1",
"zlib",
]