mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 12:54:20 +08:00
update recipes
This commit is contained in:
parent
6be0093335
commit
d78fa08fb2
@ -1,4 +1,4 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO rdev crate error
|
||||
[source]
|
||||
git = "https://github.com/ChrisVilches/horsetab"
|
||||
[build]
|
||||
|
||||
@ -4,13 +4,14 @@ git = "https://github.com/w-henderson/Humphrey"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
package="humphrey_server"
|
||||
"${COOKBOOK_CARGO}" build \
|
||||
--manifest-path "${COOKBOOK_SOURCE}/Cargo.toml" \
|
||||
--package "${humphrey_server}" \
|
||||
--package "${package}" \
|
||||
--release
|
||||
--all-features
|
||||
mkdir -pv "${COOKBOOK_STAGE}/bin"
|
||||
cp -v \
|
||||
"target/${TARGET}/release/${humphrey_server}" \
|
||||
"${COOKBOOK_STAGE}/bin/${humphrey}_${humphrey_server}"
|
||||
"target/${TARGET}/release/${package}" \
|
||||
"${COOKBOOK_STAGE}/bin/${package}"
|
||||
"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user