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

Update a recipe

parent 3c4a0d35
No related branches found
No related tags found
No related merge requests found
#TODO not compiled or tested #TODO discover how to build the bins
[source] [source]
git = "https://github.com/gosub-browser/gosub-engine" git = "https://github.com/gosub-browser/gosub-engine"
[build] [build]
template = "custom" template = "custom"
script = """ script = """
cookbook_cargo --bin gosub_engine cookbook_cargo --bin gosub-parser css3-parser renderer \
BINS=( style-parser
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