From 9280bc7c100107a5eceb117d186e66c8a448f913 Mon Sep 17 00:00:00 2001 From: Ribbon Date: Thu, 21 Dec 2023 02:26:08 +0000 Subject: [PATCH] update recipes --- recipes/wip/gdb/recipe.toml | 2 +- recipes/wip/gengo/recipe.toml | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/recipes/wip/gdb/recipe.toml b/recipes/wip/gdb/recipe.toml index 5538f64e1..1f1c2da23 100644 --- a/recipes/wip/gdb/recipe.toml +++ b/recipes/wip/gdb/recipe.toml @@ -1,4 +1,4 @@ -#TODO probably wrong script, see https://sourceware.org/gdb/wiki/BuildingNatively +#TODO compiled but not tested [source] tar = "https://ftp.gnu.org/gnu/gdb/gdb-14.1.tar.xz" [build] diff --git a/recipes/wip/gengo/recipe.toml b/recipes/wip/gengo/recipe.toml index c510cbf3c..ac259c0af 100644 --- a/recipes/wip/gengo/recipe.toml +++ b/recipes/wip/gengo/recipe.toml @@ -3,4 +3,7 @@ git = "https://github.com/spenserblack/gengo" rev = "272e794ff895149152f942a9b71ceb39711a4fb9" [build] -template = "cargo" +template = "custom" +script = """ +cookbook_cargo_packages gengo +"""