mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 23:44:17 +08:00
Update recipes
This commit is contained in:
parent
e47df787a4
commit
adedb15da5
@ -1,4 +1,4 @@
|
||||
#TODO not compiled or tested
|
||||
#TODO ahash crate error
|
||||
[source]
|
||||
git = "https://git.meli-email.org/meli/meli"
|
||||
[build]
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO not compiled or tested
|
||||
#TODO missing header files
|
||||
[source]
|
||||
tar = "https://github.com/mobile-shell/mosh/releases/download/mosh-1.4.0/mosh-1.4.0.tar.gz"
|
||||
[build]
|
||||
|
||||
@ -4,6 +4,29 @@ git = "https://github.com/rustcoreutils/posixutils-rs"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_packages calc datetime dev display file \
|
||||
fs misc pathnames plib process screen sys text tree users xform
|
||||
cookbook_cargo
|
||||
|
||||
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