update recipes

This commit is contained in:
Ribbon 2023-12-20 15:54:39 +00:00
parent 2850b6a1fd
commit efc09e557d
10 changed files with 12 additions and 11 deletions

View File

@ -1,4 +1,4 @@
#TODO Not compiled or tested
#TODO compiled but not tested
[source]
git = "https://github.com/boinkor-net/chars"
[build]

View File

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

View File

@ -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]

View File

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

View File

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

View File

@ -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]

View File

@ -1,4 +1,4 @@
#TODO Not compiled or tested
#TODO mio crate error
[source]
git = "https://github.com/pop-os/cosmic-term"
[build]

View File

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

View File

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

View File

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