diff --git a/recipes/wip/rustyvibes/recipe.toml b/recipes/wip/rustyvibes/recipe.toml index 83b804335..5c56fb6b4 100644 --- a/recipes/wip/rustyvibes/recipe.toml +++ b/recipes/wip/rustyvibes/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO slice-deque crate error [source] git = "https://github.com/KunalBagaria/rustyvibes" [build] diff --git a/recipes/wip/sad/recipe.toml b/recipes/wip/sad/recipe.toml index c0eb5137d..67fee17b5 100644 --- a/recipes/wip/sad/recipe.toml +++ b/recipes/wip/sad/recipe.toml @@ -1,4 +1,4 @@ -#TODO compilation error +#TODO compiled but not tested [source] git = "https://github.com/ms-jpq/sad" [build] diff --git a/recipes/wip/samply/recipe.toml b/recipes/wip/samply/recipe.toml index 1487d3c8f..9008b9026 100644 --- a/recipes/wip/samply/recipe.toml +++ b/recipes/wip/samply/recipe.toml @@ -3,4 +3,7 @@ git = "https://github.com/mstange/samply" rev = "0a3dd8b1af8f67b676e4c05e7b9846754644c0d7" [build] -template = "cargo" +template = "custom" +script = """ +cookbook_cargo_packages samply +"""