Skip to content
Snippets Groups Projects
Commit 3c4a0d35 authored by Ribbon's avatar Ribbon :speech_balloon:
Browse files

Update recipes

parent 840463bc
No related branches found
No related tags found
No related merge requests found
#TODO not compiled or tested
#TODO redox is not supported by the procfs crate
[source]
git = "https://github.com/reubeno/brush"
[build]
......
......@@ -4,6 +4,15 @@ git = "https://github.com/gosub-browser/gosub-engine"
[build]
template = "custom"
script = """
cookbook_cargo --bin gosub-parser css3-parser renderer \
style-parser
cookbook_cargo --bin gosub_engine
BINS=(
gosub-parser
css3-parser
renderer
style-parser
)
for bin in "${BINS[@]}"
do
ln -sv gosub_engine "${COOKBOOK_STAGE}/usr/bin/$bin"
done
"""
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment