diff --git a/recipes/wip/chars/recipe.toml b/recipes/wip/chars/recipe.toml index deb44bd31dffc94d3216f18853847ed48237e1b3..931cd8f285c679ecc6f14afa3f6dd19e3d537309 100644 --- a/recipes/wip/chars/recipe.toml +++ b/recipes/wip/chars/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/boinkor-net/chars" [build] diff --git a/recipes/wip/chess-tui/recipe.toml b/recipes/wip/chess-tui/recipe.toml index b18111051c5167ae064aaefb488ad35b1120b633..095d92659abce86f0a4c2307951086e62d3ed2d5 100644 --- a/recipes/wip/chess-tui/recipe.toml +++ b/recipes/wip/chess-tui/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/thomas-mauran/chess-tui" rev = "b61e559b26e4de63808509fc2626730a4ff31774" diff --git a/recipes/wip/clog-cli/recipe.toml b/recipes/wip/clog-cli/recipe.toml index be39ed4dedfd4832b9f6494d8257ded2a8c1b798..6c355c2bc3dc9ea01c64a7a90aca16a5e1c1ba87 100644 --- a/recipes/wip/clog-cli/recipe.toml +++ b/recipes/wip/clog-cli/recipe.toml @@ -1,4 +1,4 @@ -#TODO Needs to patch the rustc-serialize crate and update the redox_syscall version +#TODO rust-serialize crate error (after cargo update) [source] git = "https://github.com/clog-tool/clog-cli" [build] diff --git a/recipes/wip/cobalt/recipe.toml b/recipes/wip/cobalt/recipe.toml index 1b68360a60eaae0d0c7032ed7d383a6d130d70c0..74cda0e02ce39d4dc6cf8425921bb0b2eba2478b 100644 --- a/recipes/wip/cobalt/recipe.toml +++ b/recipes/wip/cobalt/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compilation error (after an update on proc-macro2) [source] git = "https://github.com/cobalt-org/cobalt.rs" rev = "70e8e19631819c7f552b63c35f4907920d23ae22" diff --git a/recipes/wip/codevis/recipe.toml b/recipes/wip/codevis/recipe.toml index 30245fbec74abca8dc8c67b9d81ca963b6fb29ba..b951a05c7d11f00b50817a8ed89d7035664d7ed0 100644 --- a/recipes/wip/codevis/recipe.toml +++ b/recipes/wip/codevis/recipe.toml @@ -1,6 +1,5 @@ -#TODO Not compiled or tested +#TODO open crate error [source] git = "https://github.com/sloganking/codevis" -rev = "af85406a2e5ebe3a0c8d1cd679c8184f6f7a99d2" [build] template = "cargo" diff --git a/recipes/wip/colm/recipe.toml b/recipes/wip/colm/recipe.toml index 23e6acaf6bbc85c6eb98b9a40f86a056a5ed5c8c..21a0e1dbefaa53275dc7f9b621131c13e0f3ca98 100644 --- a/recipes/wip/colm/recipe.toml +++ b/recipes/wip/colm/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compilation error [source] tar = "https://www.colm.net/files/colm/colm-0.14.7.tar.gz" [build] diff --git a/recipes/wip/cosmic-term/recipe.toml b/recipes/wip/cosmic-term/recipe.toml index 3535d7ed4126a5f05304afc010ad63524cd6ca9a..5ee76928e02d94980fc1bd2a710dae7a9432af4f 100644 --- a/recipes/wip/cosmic-term/recipe.toml +++ b/recipes/wip/cosmic-term/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO mio crate error [source] git = "https://github.com/pop-os/cosmic-term" [build] diff --git a/recipes/wip/counts/recipe.toml b/recipes/wip/counts/recipe.toml index 96597579332f91d26bb78381c3220390b068e457..b8821b006612877017b844dbf27ced76b610221c 100644 --- a/recipes/wip/counts/recipe.toml +++ b/recipes/wip/counts/recipe.toml @@ -1,6 +1,5 @@ -#TODO compiled after cargo update but not tested +#TODO compiled but not tested [source] git = "https://github.com/nnethercote/counts" -rev = "b940cac134ef81cf593567a6e693b9afbe89fa2d" [build] template = "cargo" diff --git a/recipes/wip/cpuminer-opt/recipe.toml b/recipes/wip/cpuminer-opt/recipe.toml index 0479327f077821361e79ffdab2aa1df437161995..b3910305eb6df18611218dc6392fd00d776484ff 100644 --- a/recipes/wip/cpuminer-opt/recipe.toml +++ b/recipes/wip/cpuminer-opt/recipe.toml @@ -1,4 +1,5 @@ #TODO maybe wrong template, see https://github.com/JayDDee/cpuminer-opt/wiki/Compiling-from-source +#TODO fix jansson dependency [source] git = "https://github.com/JayDDee/cpuminer-opt" rev = "9d3a46c3551655f862db74a195e769fe86266903" diff --git a/recipes/wip/criner/recipe.toml b/recipes/wip/criner/recipe.toml index 95ba9216c910ae92c236ab85476facc597ae29c5..9a7f599d902c3abca82e5e03a367f832c660de57 100644 --- a/recipes/wip/criner/recipe.toml +++ b/recipes/wip/criner/recipe.toml @@ -1,9 +1,11 @@ #TODO Not compiled or tested [source] git = "https://github.com/the-lean-crate/criner" -rev = "e0cd0e1c7937477c466d46e4fd571ddfd15fb4d7" [build] template = "custom" +dependencies = [ + "openssl1", +] script = """ cookbook_cargo_packages criner """