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

12 lines
306 B
TOML

#TODO compile and test
[source]
git = "https://github.com/kainjow/Mustache"
rev = "3f654942a70c46a775070d7a09ca7acfa3e205b7"
shallow_clone = true
[build]
template = "custom"
script = """
mkdir -pv "${COOKBOOK_STAGE}/usr/include"
cp -rv "${COOKBOOK_SOURCE}"/mustache.hpp "${COOKBOOK_STAGE}/usr/include"
"""