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] [source]
git = "https://github.com/reubeno/brush" git = "https://github.com/reubeno/brush"
[build] [build]
......
...@@ -4,6 +4,15 @@ git = "https://github.com/gosub-browser/gosub-engine" ...@@ -4,6 +4,15 @@ git = "https://github.com/gosub-browser/gosub-engine"
[build] [build]
template = "custom" template = "custom"
script = """ script = """
cookbook_cargo --bin gosub-parser css3-parser renderer \ cookbook_cargo --bin gosub_engine
style-parser 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