mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 04:44:19 +08:00
update recipes
This commit is contained in:
parent
2850b6a1fd
commit
efc09e557d
@ -1,4 +1,4 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO compiled but not tested
|
||||
[source]
|
||||
git = "https://github.com/boinkor-net/chars"
|
||||
[build]
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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]
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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]
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO mio crate error
|
||||
[source]
|
||||
git = "https://github.com/pop-os/cosmic-term"
|
||||
[build]
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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
|
||||
"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user