From df08998fdcc35fe7f0f5d14adb766e1a88d0d084 Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Sat, 23 Dec 2023 21:42:17 +0000 Subject: [PATCH] update recipes --- recipes/wip/vincenzo/recipe.toml | 2 +- recipes/wip/viu/recipe.toml | 2 +- recipes/wip/watchexec/recipe.toml | 5 ++++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/recipes/wip/vincenzo/recipe.toml b/recipes/wip/vincenzo/recipe.toml index e01c47e01..db93c07a4 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 e0e7237b4..f4aad872f 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 7aa961c7f..11705ad48 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 +""" -- GitLab