#TODO not compiled or tested [source] git = "https://github.com/gosub-browser/gosub-engine" [build] template = "custom" script = """ binary=renderer "${COOKBOOK_CARGO}" build \ --manifest-path "${COOKBOOK_SOURCE}/Cargo.toml" \ --bin "${binary}" \ --release mkdir -pv "${COOKBOOK_STAGE}/usr/bin" cp -v \ "target/${TARGET}/release/${binary}" \ "${COOKBOOK_STAGE}/usr/bin/${binary}" """