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 +"""