redox/recipes/libs/libuv/recipe.toml
Wildan Mubarok a83264396b Port nodejs
2025-10-10 17:39:23 -06:00

16 lines
301 B
TOML

[source]
tar = "https://dist.libuv.org/dist/v1.51.0/libuv-v1.51.0.tar.gz"
blake3 = "e8b5e68bc2d0776ac4ea67df59d694fca58d5cc570c103443a2284e723d01fc2"
patches = ["redox.patch"]
[build]
template = "custom"
script = """
DYNAMIC_INIT
COOKBOOK_CMAKE_FLAGS+=(
-DBUILD_TESTING=Off
)
cookbook_cmake
"""