From 90705d387794104cb134c1327f94899a9437b106 Mon Sep 17 00:00:00 2001 From: Ribbon Date: Sun, 8 Jun 2025 16:11:11 -0300 Subject: [PATCH] Fix the not-perf recipe and update a TODO --- recipes/wip/dev/other/mold/recipe.toml | 2 +- recipes/wip/dev/other/not-perf/recipe.toml | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/recipes/wip/dev/other/mold/recipe.toml b/recipes/wip/dev/other/mold/recipe.toml index 732cbf07c..2692aae6e 100644 --- a/recipes/wip/dev/other/mold/recipe.toml +++ b/recipes/wip/dev/other/mold/recipe.toml @@ -1,4 +1,4 @@ -#TODO not compiled or tested +#TODO compilation error #TODO maybe incomplete script # build instructions - https://github.com/rui314/mold#how-to-build [source] diff --git a/recipes/wip/dev/other/not-perf/recipe.toml b/recipes/wip/dev/other/not-perf/recipe.toml index f7a52ed8c..4c7612f64 100644 --- a/recipes/wip/dev/other/not-perf/recipe.toml +++ b/recipes/wip/dev/other/not-perf/recipe.toml @@ -2,4 +2,7 @@ [source] git = "https://github.com/koute/not-perf" [build] -template = "cargo" +template = "custom" +script = """ +cookbook_cargo_packages nperf +"""