mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 05:14:18 +08:00
Update a recipe
This commit is contained in:
parent
3c4a0d35dd
commit
c2c7c7d87d
@ -1,18 +1,9 @@
|
||||
#TODO not compiled or tested
|
||||
#TODO discover how to build the bins
|
||||
[source]
|
||||
git = "https://github.com/gosub-browser/gosub-engine"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
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
|
||||
cookbook_cargo --bin gosub-parser css3-parser renderer \
|
||||
style-parser
|
||||
"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user