From 8209fa04c92c26f7a094e582b26c788b95c4b85d Mon Sep 17 00:00:00 2001
From: bjorn3 <17426603+bjorn3@users.noreply.github.com>
Date: Mon, 8 Jan 2024 21:26:24 +0100
Subject: [PATCH] Convert fal recipe to toml and move to wip

---
 recipes/dev/fal/recipe.sh   | 2 --
 recipes/wip/fal/recipe.toml | 6 ++++++
 2 files changed, 6 insertions(+), 2 deletions(-)
 delete mode 100644 recipes/dev/fal/recipe.sh
 create mode 100644 recipes/wip/fal/recipe.toml

diff --git a/recipes/dev/fal/recipe.sh b/recipes/dev/fal/recipe.sh
deleted file mode 100644
index 8e102368f..000000000
--- a/recipes/dev/fal/recipe.sh
+++ /dev/null
@@ -1,2 +0,0 @@
-GIT=https://github.com/4lDO2/fal-rs
-CARGO_PACKAGE=fal-frontend-redox
diff --git a/recipes/wip/fal/recipe.toml b/recipes/wip/fal/recipe.toml
new file mode 100644
index 000000000..c8e48a478
--- /dev/null
+++ b/recipes/wip/fal/recipe.toml
@@ -0,0 +1,6 @@
+[source]
+git = "https://github.com/4lDO2/fal-rs"
+
+[build]
+template = "custom"
+script = "cookbook_cargo_packages fal-frontend-redox"
-- 
GitLab