mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 13:54:19 +08:00
Update recipes
This commit is contained in:
parent
ace95e7355
commit
e17cb9f6bc
@ -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}"
|
||||
"""
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO compilation error
|
||||
[source]
|
||||
git = "https://github.com/integer32llc/margo"
|
||||
[build]
|
||||
|
||||
@ -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]
|
||||
|
||||
@ -3,3 +3,6 @@
|
||||
git = "https://github.com/jdx/mise"
|
||||
[build]
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
"openssl1",
|
||||
]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user