Skip to content
Snippets Groups Projects
Commit ace95e73 authored by Ribbon's avatar Ribbon :speech_balloon:
Browse files

Update recipes

parent b090ea4d
No related branches found
No related tags found
No related merge requests found
#TODO Not compiled or tested #TODO compiled but not tested
[source] [source]
git = "https://github.com/chasinglogic/licensure" git = "https://github.com/chasinglogic/licensure"
[build] [build]
......
#TODO Not compiled or tested #TODO compiled but not tested
[source] [source]
git = "https://github.com/your-tools/lockdiff" git = "https://github.com/your-tools/lockdiff"
[build] [build]
......
...@@ -4,5 +4,14 @@ git = "https://github.com/loco-rs/loco" ...@@ -4,5 +4,14 @@ git = "https://github.com/loco-rs/loco"
[build] [build]
template = "custom" template = "custom"
script = """ script = """
cookbook_cargo_packages loco-cli binary=loco-rs
"${COOKBOOK_CARGO}" build \
--manifest-path "${COOKBOOK_SOURCE}/Cargo.toml" \
--bin "${binary}" \
--release
--cli
mkdir -pv "${COOKBOOK_STAGE}/usr/bin"
cp -v \
"target/${TARGET}/release/${binary}" \
"${COOKBOOK_STAGE}/usr/bin/${binary}"
""" """
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment