Update recipes

This commit is contained in:
Ribbon 2024-06-11 20:30:36 +00:00
parent ace95e7355
commit e17cb9f6bc
4 changed files with 6 additions and 15 deletions

View File

@ -1,17 +1,5 @@
#TODO not compiled or tested
#TODO a script for a Cargo package with a flag
[source]
git = "https://github.com/loco-rs/loco"
[build]
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}"
"""

View File

@ -1,4 +1,4 @@
#TODO Not compiled or tested
#TODO compilation error
[source]
git = "https://github.com/integer32llc/margo"
[build]

View File

@ -1,4 +1,4 @@
#TODO Not compiled or tested
#TODO nix, fs4 and rustix crates error
[source]
git = "https://github.com/GpuZelenograd/memtest_vulkan"
[build]

View File

@ -3,3 +3,6 @@
git = "https://github.com/jdx/mise"
[build]
template = "cargo"
dependencies = [
"openssl1",
]