diff --git a/recipes/wip/tools/byteblitz/recipe.toml b/recipes/wip/tools/byteblitz/recipe.toml index 5fc94502839bd8fde1d67d5da3b92aaccdfece7c..63113dab9e5a888e724b2b8ce0716b2fecc9f1b5 100644 --- a/recipes/wip/tools/byteblitz/recipe.toml +++ b/recipes/wip/tools/byteblitz/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/noahra/byteblitz" [build] diff --git a/recipes/wip/tools/eureka/recipe.toml b/recipes/wip/tools/eureka/recipe.toml index 255315b341f152b4094d65eed9131cd189cd7881..868265a9fed00b57f79959611618aa3c199a3ac8 100644 --- a/recipes/wip/tools/eureka/recipe.toml +++ b/recipes/wip/tools/eureka/recipe.toml @@ -1,5 +1,8 @@ -#TODO Not compiled or tested +#TODO Not compiled or tested (after cargo update) [source] git = "https://github.com/simeg/eureka" [build] template = "cargo" +dependencies = [ + "openssl1", +] diff --git a/recipes/wip/tools/hawkeye/recipe.toml b/recipes/wip/tools/hawkeye/recipe.toml index 64025cc87d8772958a4bddaa71970ba67229b4e7..acdd976cd43129932c2ca13d221af37654cc35d8 100644 --- a/recipes/wip/tools/hawkeye/recipe.toml +++ b/recipes/wip/tools/hawkeye/recipe.toml @@ -1,4 +1,5 @@ -#TODO Not compiled or tested +#TODO compiled but not tested +#TODO add a command to properly move the executable [source] git = "https://github.com/korandoru/hawkeye" [build] diff --git a/recipes/wip/tools/hl/recipe.toml b/recipes/wip/tools/hl/recipe.toml index 9eb58d96fb300484a3670e6c6341294a17e0b2dc..b6a227d5e075c4062a96495b4b5068d5eb44cb12 100644 --- a/recipes/wip/tools/hl/recipe.toml +++ b/recipes/wip/tools/hl/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/pamburus/hl" [build] diff --git a/recipes/wip/tools/mkisofs-rs/recipe.toml b/recipes/wip/tools/mkisofs-rs/recipe.toml index be3c7d2720f8f605e5bebb81c4b070b902e64314..99e6034949070364381bb78dcc9ad45177549555 100644 --- a/recipes/wip/tools/mkisofs-rs/recipe.toml +++ b/recipes/wip/tools/mkisofs-rs/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compiled but not tested (after cargo update) [source] git = "https://github.com/marysaka/mkisofs-rs" [build] diff --git a/recipes/wip/tools/sigi/recipe.toml b/recipes/wip/tools/sigi/recipe.toml index 5e5aa2a6bfd7b7c841c435b2a916908e811c8bf8..1c5a0e4928a779b0ff593401fb9291edb1a01e84 100644 --- a/recipes/wip/tools/sigi/recipe.toml +++ b/recipes/wip/tools/sigi/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO rustyline crate error [source] git = "https://github.com/sigi-cli/sigi" [build] diff --git a/recipes/wip/tools/tq/recipe.toml b/recipes/wip/tools/tq/recipe.toml index 2dcef6e9e6440fec42410bda0b7af919186f91f1..652d0c5aa6a95566605d9bfcf933fce09799f270 100644 --- a/recipes/wip/tools/tq/recipe.toml +++ b/recipes/wip/tools/tq/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/cryptaliagy/tq-rs" [build] diff --git a/recipes/wip/tools/xsv/recipe.toml b/recipes/wip/tools/xsv/recipe.toml index c2fcf5fc0bb546135e490a22df8cd104513f9a02..9dec0d298dec1bd104d120b2aae2c28e0036c466 100644 --- a/recipes/wip/tools/xsv/recipe.toml +++ b/recipes/wip/tools/xsv/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO update the redox_syscall version on the dependency tree [source] git = "https://github.com/BurntSushi/xsv" [build]