redox/recipes/other/ca-certificates/recipe.toml
2024-09-06 11:44:38 -06:00

10 lines
218 B
TOML

[source]
git = "https://gitlab.redox-os.org/redox-os/ca-certificates.git"
[build]
template = "custom"
script = """
mkdir -pv "${COOKBOOK_STAGE}/ssl"
cp -rv "${COOKBOOK_SOURCE}/certs" "${COOKBOOK_STAGE}/ssl/certs"
"""