diff --git a/recipes/wip/vincenzo/recipe.toml b/recipes/wip/vincenzo/recipe.toml index e01c47e018f80e9c1f8abe7ce0120c3b7de7e313..db93c07a4ce3823a7d992f9b781ca16ccccae750 100644 --- a/recipes/wip/vincenzo/recipe.toml +++ b/recipes/wip/vincenzo/recipe.toml @@ -1,4 +1,4 @@ -#TODO rustc-serialize crate error +#TODO compiled but not tested [source] git = "https://github.com/gabrieldemian/vincenzo" [build] diff --git a/recipes/wip/viu/recipe.toml b/recipes/wip/viu/recipe.toml index e0e7237b43e320c6801d04b100e1036f66e24b62..f4aad872f48c89b45c081f5e7edc7385c77a751c 100644 --- a/recipes/wip/viu/recipe.toml +++ b/recipes/wip/viu/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/atanunq/viu" rev = "af8f2ae90040baeeb24b92adedc645edc4ea0e85" diff --git a/recipes/wip/watchexec/recipe.toml b/recipes/wip/watchexec/recipe.toml index 7aa961c7fbedbdb5660165cb313fba1b82b19852..11705ad48bf9d897fbd3d06d1afcc70cf2cfac09 100644 --- a/recipes/wip/watchexec/recipe.toml +++ b/recipes/wip/watchexec/recipe.toml @@ -3,4 +3,7 @@ git = "https://github.com/watchexec/watchexec" rev = "a72ff0e1426ff95f76788bbd23e1a7473068f1e0" [build] -template = "cargo" +template = "custom" +script = """ +cookbook_cargo_packages watchexec-cli +"""