From 8c8cf41f33b33be0a37638802bf1da94061580ad Mon Sep 17 00:00:00 2001 From: Petr Hrdina Date: Sat, 17 Jan 2026 17:21:05 +0100 Subject: [PATCH] Move recipe hf from wip --- recipes/files/hf/recipe.toml | 4 ++++ recipes/wip/files/hf/recipe.toml | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 recipes/files/hf/recipe.toml diff --git a/recipes/files/hf/recipe.toml b/recipes/files/hf/recipe.toml new file mode 100644 index 000000000..a70567971 --- /dev/null +++ b/recipes/files/hf/recipe.toml @@ -0,0 +1,4 @@ +[source] +git = "https://github.com/sorairolake/hf" +[build] +template = "cargo" diff --git a/recipes/wip/files/hf/recipe.toml b/recipes/wip/files/hf/recipe.toml index 6943199a7..a70567971 100644 --- a/recipes/wip/files/hf/recipe.toml +++ b/recipes/wip/files/hf/recipe.toml @@ -1,4 +1,3 @@ -#TODO not compiled or tested [source] git = "https://github.com/sorairolake/hf" [build]