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

Update recipes

parent ace95e73
No related branches found
No related tags found
No related merge requests found
#TODO not compiled or tested #TODO a script for a Cargo package with a flag
[source] [source]
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" \
--bin "${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 compilation error
[source] [source]
git = "https://github.com/integer32llc/margo" git = "https://github.com/integer32llc/margo"
[build] [build]
......
#TODO Not compiled or tested #TODO nix, fs4 and rustix crates error
[source] [source]
git = "https://github.com/GpuZelenograd/memtest_vulkan" git = "https://github.com/GpuZelenograd/memtest_vulkan"
[build] [build]
......
...@@ -3,3 +3,6 @@ ...@@ -3,3 +3,6 @@
git = "https://github.com/jdx/mise" git = "https://github.com/jdx/mise"
[build] [build]
template = "cargo" template = "cargo"
dependencies = [
"openssl1",
]
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