diff --git a/recipes/wip/dev/omnibor-rs/recipe.toml b/recipes/wip/dev/omnibor-rs/recipe.toml index 3a9e19bd319ebff172253eb9393d644c08faf2c0..2f407ee967299213cb00ef3b4b497717d37add33 100644 --- a/recipes/wip/dev/omnibor-rs/recipe.toml +++ b/recipes/wip/dev/omnibor-rs/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO Bash error with the "--build-binary" Cargo flag [source] git = "https://github.com/omnibor/omnibor-rs" [build] diff --git a/recipes/wip/dev/rgit/recipe.toml b/recipes/wip/dev/rgit/recipe.toml index 2f628a6fb6f60d90848416ee2fe64ad1e01a7997..ddaff052ffa4741cf94f37443b58c99b2c88c062 100644 --- a/recipes/wip/dev/rgit/recipe.toml +++ b/recipes/wip/dev/rgit/recipe.toml @@ -3,3 +3,6 @@ git = "https://github.com/w4/rgit" [build] template = "cargo" +dependencies = [ + "openssl1", +] diff --git a/recipes/wip/dev/srgn/recipe.toml b/recipes/wip/dev/srgn/recipe.toml deleted file mode 100644 index 9b9621c2a486c06e9504d17f17eeb5d7ba4f1df9..0000000000000000000000000000000000000000 --- a/recipes/wip/dev/srgn/recipe.toml +++ /dev/null @@ -1,5 +0,0 @@ -#TODO Not compiled or tested -[source] -git = "https://github.com/alexpovel/srgn" -[build] -template = "cargo" diff --git a/recipes/wip/dev/wepl/recipe.toml b/recipes/wip/dev/wepl/recipe.toml index 19df7d20d8706ec8e5a3b3e14d52689b6d353677..351e6ef0d9b42d7b14322fe8f0765324110f999c 100644 --- a/recipes/wip/dev/wepl/recipe.toml +++ b/recipes/wip/dev/wepl/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO fs-set-times crate error [source] git = "https://github.com/rylev/wepl" [build]