From ab2b67e73b0a48ec72879fa8007a03ba67eec745 Mon Sep 17 00:00:00 2001 From: Ribbon Date: Fri, 20 Mar 2026 16:05:07 -0300 Subject: [PATCH] Add giff recipe --- recipes/wip/dev/git-tools/giff/recipe.toml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 recipes/wip/dev/git-tools/giff/recipe.toml diff --git a/recipes/wip/dev/git-tools/giff/recipe.toml b/recipes/wip/dev/git-tools/giff/recipe.toml new file mode 100644 index 00000000..043bff3d --- /dev/null +++ b/recipes/wip/dev/git-tools/giff/recipe.toml @@ -0,0 +1,6 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/bahdotsh/giff" +shallow_clone = true +[build] +template = "cargo"