From fb8f4124d49eb5a7a9e2d33163a310e7851606f7 Mon Sep 17 00:00:00 2001 From: Ribbon Date: Wed, 20 Dec 2023 23:47:23 +0000 Subject: [PATCH] update fclones --- recipes/wip/fclones/recipe.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/recipes/wip/fclones/recipe.toml b/recipes/wip/fclones/recipe.toml index 5337458af..ecde7ce92 100644 --- a/recipes/wip/fclones/recipe.toml +++ b/recipes/wip/fclones/recipe.toml @@ -2,4 +2,7 @@ [source] git = "https://github.com/pkolaczk/fclones" [build] -template = "cargo" +template = "custom" +script = """ +cookbook_cargo_packages fclones +"""