Newer
Older
[source]
git = "https://github.com/w-henderson/Humphrey"
[build]
template = "custom"
script = """
"${COOKBOOK_CARGO}" build \
--manifest-path "${COOKBOOK_SOURCE}/Cargo.toml" \
--all-features
mkdir -pv "${COOKBOOK_STAGE}/usr/bin"
"target/${TARGET}/release/${binary}" \
"${COOKBOOK_STAGE}/usr/bin/${binary}"