diff --git a/recipes/wip/video/sub-batch/recipe.toml b/recipes/wip/video/sub-batch/recipe.toml index 56cff4dbe..09263a7ea 100644 --- a/recipes/wip/video/sub-batch/recipe.toml +++ b/recipes/wip/video/sub-batch/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO interprocess crate error [source] git = "https://github.com/kl/sub-batch" [build] diff --git a/recipes/wip/video/trimmeroni/recipe.toml b/recipes/wip/video/trimmeroni/recipe.toml index 079cbf141..2666aa2d9 100644 --- a/recipes/wip/video/trimmeroni/recipe.toml +++ b/recipes/wip/video/trimmeroni/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/outfrost/trimmeroni" [build] diff --git a/recipes/wip/video/video4discord/recipe.toml b/recipes/wip/video/video4discord/recipe.toml index b7faa52e2..05f2beb42 100644 --- a/recipes/wip/video/video4discord/recipe.toml +++ b/recipes/wip/video/video4discord/recipe.toml @@ -2,4 +2,7 @@ [source] git = "https://github.com/Seebass22/video4discord" [build] -template = "cargo" +template = "custom" +script = """ +cookbook_cargo_packages video4discord +"""