redox/recipes/wip/libs/text/rapidjson/recipe.toml
2026-06-15 21:30:47 -03:00

12 lines
312 B
TOML

#TODO compile and test
[source]
git = "https://github.com/Tencent/rapidjson"
rev = "24b5e7a8b27f42fa16b96fc70aade9106cf7102f"
shallow_clone = true
[build]
template = "custom"
script = """
mkdir -pv "${COOKBOOK_STAGE}/usr/include"
cp -rv "${COOKBOOK_SOURCE}"/include/rapidjson "${COOKBOOK_STAGE}/usr/include"
"""