Convert fd recipe to TOML.

This commit is contained in:
Ribbon 2023-03-09 09:08:26 +00:00
parent 250b987063
commit fcf42a682d
2 changed files with 5 additions and 1 deletions

View File

@ -1 +0,0 @@
GIT=https://github.com/sharkdp/fd.git

5
recipes/fd/recipe.toml Normal file
View File

@ -0,0 +1,5 @@
[source]
git = "https://github.com/sharkdp/fd.git"
[build]
template = "cargo"