mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 22:04:19 +08:00
11 lines
257 B
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}"
|
|
"""
|