From 39c77b1c96c4ae8f31953f6ec357873ff9a87180 Mon Sep 17 00:00:00 2001 From: Ribbon Date: Mon, 25 Mar 2024 03:17:17 +0000 Subject: [PATCH] update recipes --- recipes/wip/video/sub-batch/recipe.toml | 2 +- recipes/wip/video/trimmeroni/recipe.toml | 2 +- recipes/wip/video/video4discord/recipe.toml | 5 ++++- 3 files changed, 6 insertions(+), 3 deletions(-) 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 +"""