From 840463bc28abedb6cacae1253336bdc66803c934 Mon Sep 17 00:00:00 2001
From: Ribbon <ribbon_45@proton.me>
Date: Tue, 18 Jun 2024 20:53:24 +0000
Subject: [PATCH] Add recipes

---
 recipes/wip/shells/brush/recipe.toml | 8 ++++++++
 recipes/wip/web/gosub/recipe.toml    | 9 +++++++++
 2 files changed, 17 insertions(+)
 create mode 100644 recipes/wip/shells/brush/recipe.toml
 create mode 100644 recipes/wip/web/gosub/recipe.toml

diff --git a/recipes/wip/shells/brush/recipe.toml b/recipes/wip/shells/brush/recipe.toml
new file mode 100644
index 000000000..1a0ce04b6
--- /dev/null
+++ b/recipes/wip/shells/brush/recipe.toml
@@ -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
+"""
diff --git a/recipes/wip/web/gosub/recipe.toml b/recipes/wip/web/gosub/recipe.toml
new file mode 100644
index 000000000..c44524658
--- /dev/null
+++ b/recipes/wip/web/gosub/recipe.toml
@@ -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
+"""
-- 
GitLab