redox/recipes/wip/libs/other/liburiparser/recipe.toml
2026-03-24 18:55:54 -03:00

9 lines
220 B
TOML

#TODO not compiled or tested
[source]
tar = "https://github.com/uriparser/uriparser/releases/download/uriparser-1.0.0/uriparser-1.0.0.tar.bz2"
[build]
template = "cmake"
cmakeflags = [
"-DURIPARSER_BUILD_DOCS=OFF"
]