mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-29 08:08:41 +08:00
Add recipes
This commit is contained in:
parent
52ff1d46a1
commit
840463bc28
8
recipes/wip/shells/brush/recipe.toml
Normal file
8
recipes/wip/shells/brush/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/reubeno/brush"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_packages brush-shell
|
||||
"""
|
||||
9
recipes/wip/web/gosub/recipe.toml
Normal file
9
recipes/wip/web/gosub/recipe.toml
Normal file
@ -0,0 +1,9 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/gosub-browser/gosub-engine"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo --bin gosub-parser css3-parser renderer \
|
||||
style-parser
|
||||
"""
|
||||
Loading…
Reference in New Issue
Block a user