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

Update recipes

parent ee63aa48
No related branches found
No related tags found
No related merge requests found
...@@ -3,3 +3,15 @@ ...@@ -3,3 +3,15 @@
git = "https://github.com/loco-rs/loco" git = "https://github.com/loco-rs/loco"
[build] [build]
template = "custom" template = "custom"
script = """
binary=loco-rs
"${COOKBOOK_CARGO}" build \
--manifest-path "${COOKBOOK_SOURCE}/Cargo.toml" \
--package "${binary}" \
--release
--cli
mkdir -pv "${COOKBOOK_STAGE}/usr/bin"
cp -v \
"target/${TARGET}/release/${binary}" \
"${COOKBOOK_STAGE}/usr/bin/${binary}"
"""
#TODO Not compiled or tested #TODO compiled but not tested
[source] [source]
git = "https://github.com/coralogix/protofetch" git = "https://github.com/coralogix/protofetch"
[build] [build]
......
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