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 +"""