redox/recipes/dev/crates-io-index/recipe.toml

11 lines
257 B
TOML

[source]
git = "https://github.com/rust-lang/crates.io-index.git"
[build]
template = "custom"
script = """
dir="${COOKBOOK_STAGE}/home/user/.cargo/registry/index/github.com-1ecc6299db9ec823"
mkdir -pv "${dir}"
cp -rv "${COOKBOOK_SOURCE}/.git" "${dir}"
"""