diff --git a/recipes/fd/recipe.sh b/recipes/fd/recipe.sh
deleted file mode 100644
index 8839a16f7e4fe42f9b205ad7fc4cbbc0023c83b1..0000000000000000000000000000000000000000
--- a/recipes/fd/recipe.sh
+++ /dev/null
@@ -1 +0,0 @@
-GIT=https://github.com/sharkdp/fd.git
\ No newline at end of file
diff --git a/recipes/fd/recipe.toml b/recipes/fd/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..d7d1c6385a4b74d6782787751db3c3a4c14d341b
--- /dev/null
+++ b/recipes/fd/recipe.toml
@@ -0,0 +1,5 @@
+[source]
+git = "https://github.com/sharkdp/fd.git"
+
+[build]
+template = "cargo"