mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-25 22:34:18 +08:00
Update recipes
This commit is contained in:
parent
75ee7e502c
commit
d1334b80c9
@ -4,7 +4,7 @@ git = "https://github.com/w-henderson/Humphrey"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
binary=humphrey_server
|
||||
binary=humphrey
|
||||
"${COOKBOOK_CARGO}" build \
|
||||
--manifest-path "${COOKBOOK_SOURCE}/Cargo.toml" \
|
||||
--bin "${binary}" \
|
||||
|
||||
@ -1,33 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
#TODO require a customized Cargo script
|
||||
[source]
|
||||
git = "https://github.com/rustcoreutils/posixutils-rs"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo --bin calc datetime dev display file \
|
||||
fs misc pathnames plib process screen sys text tree users xform
|
||||
|
||||
#BIN=(
|
||||
# calc
|
||||
# datetime
|
||||
# dev
|
||||
# display
|
||||
# file
|
||||
# fs
|
||||
# misc
|
||||
# pathnames
|
||||
# plib
|
||||
# process
|
||||
# screen
|
||||
# sys
|
||||
# text
|
||||
# tree
|
||||
# users
|
||||
# xform
|
||||
#)
|
||||
|
||||
#for bin in "${BINS[@]}"
|
||||
#do
|
||||
# ln -sv coreutils "${COOKBOOK_STAGE}/usr/bin/$bin"
|
||||
#done
|
||||
"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user