From 34b91ac29ed1bb08085799d4562b0fdc19973db3 Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Tue, 11 Jun 2024 20:05:23 +0000 Subject: [PATCH] Update recipes --- recipes/wip/dev/git-subset/recipe.toml | 2 +- recipes/wip/dev/git-tool/recipe.toml | 2 +- recipes/wip/dev/git-tools/recipe.toml | 2 +- recipes/wip/dev/gitlab-cargo-shim/recipe.toml | 2 +- recipes/wip/dev/grcov/recipe.toml | 2 +- recipes/wip/dev/icemaker/recipe.toml | 2 +- recipes/wip/dev/jco/recipe.toml | 2 +- recipes/wip/dev/kickstart/recipe.toml | 2 +- recipes/wip/dev/knope/recipe.toml | 2 +- recipes/wip/dev/kondo/recipe.toml | 2 +- recipes/wip/dev/ktra/recipe.toml | 3 +++ 11 files changed, 13 insertions(+), 10 deletions(-) diff --git a/recipes/wip/dev/git-subset/recipe.toml b/recipes/wip/dev/git-subset/recipe.toml index aadf71118..bc4f4862b 100644 --- a/recipes/wip/dev/git-subset/recipe.toml +++ b/recipes/wip/dev/git-subset/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested (after cargo update) +#TODO compiled but not tested (after cargo update) [source] git = "https://github.com/jasonwhite/git-subset" [build] diff --git a/recipes/wip/dev/git-tool/recipe.toml b/recipes/wip/dev/git-tool/recipe.toml index d75db7d49..24c04fe1c 100644 --- a/recipes/wip/dev/git-tool/recipe.toml +++ b/recipes/wip/dev/git-tool/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compilation error [source] git = "https://github.com/SierraSoftworks/git-tool" [build] diff --git a/recipes/wip/dev/git-tools/recipe.toml b/recipes/wip/dev/git-tools/recipe.toml index c61f957c6..bc563046d 100644 --- a/recipes/wip/dev/git-tools/recipe.toml +++ b/recipes/wip/dev/git-tools/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO users crate error [source] git = "https://github.com/cecton/git-tools" [build] diff --git a/recipes/wip/dev/gitlab-cargo-shim/recipe.toml b/recipes/wip/dev/gitlab-cargo-shim/recipe.toml index 30868a9ff..2827f4c87 100644 --- a/recipes/wip/dev/gitlab-cargo-shim/recipe.toml +++ b/recipes/wip/dev/gitlab-cargo-shim/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO camino crate error [source] git = "https://github.com/w4/gitlab-cargo-shim" [build] diff --git a/recipes/wip/dev/grcov/recipe.toml b/recipes/wip/dev/grcov/recipe.toml index 082201687..ead221f40 100644 --- a/recipes/wip/dev/grcov/recipe.toml +++ b/recipes/wip/dev/grcov/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO camino crate error [source] git = "https://github.com/mozilla/grcov" [build] diff --git a/recipes/wip/dev/icemaker/recipe.toml b/recipes/wip/dev/icemaker/recipe.toml index 0959582bd..1dd73e8aa 100644 --- a/recipes/wip/dev/icemaker/recipe.toml +++ b/recipes/wip/dev/icemaker/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO tree-sitter-rust error [source] git = "https://github.com/matthiaskrgr/icemaker" [build] diff --git a/recipes/wip/dev/jco/recipe.toml b/recipes/wip/dev/jco/recipe.toml index 9279ec012..34035ea0c 100644 --- a/recipes/wip/dev/jco/recipe.toml +++ b/recipes/wip/dev/jco/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/bytecodealliance/jco" [build] diff --git a/recipes/wip/dev/kickstart/recipe.toml b/recipes/wip/dev/kickstart/recipe.toml index 5559ada06..b3d789da4 100644 --- a/recipes/wip/dev/kickstart/recipe.toml +++ b/recipes/wip/dev/kickstart/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/Keats/kickstart" [build] diff --git a/recipes/wip/dev/knope/recipe.toml b/recipes/wip/dev/knope/recipe.toml index 1b3f8c92a..f70300e83 100644 --- a/recipes/wip/dev/knope/recipe.toml +++ b/recipes/wip/dev/knope/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/knope-dev/knope" [build] diff --git a/recipes/wip/dev/kondo/recipe.toml b/recipes/wip/dev/kondo/recipe.toml index b6cd907c0..e23eda27d 100644 --- a/recipes/wip/dev/kondo/recipe.toml +++ b/recipes/wip/dev/kondo/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/tbillington/kondo" [build] diff --git a/recipes/wip/dev/ktra/recipe.toml b/recipes/wip/dev/ktra/recipe.toml index 36ed8bc48..9764e55d6 100644 --- a/recipes/wip/dev/ktra/recipe.toml +++ b/recipes/wip/dev/ktra/recipe.toml @@ -3,3 +3,6 @@ git = "https://github.com/moriturus/ktra" [build] template = "cargo" +dependencies = [ + "openssl1", +] -- GitLab