mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 22:04:19 +08:00
update recipes
This commit is contained in:
parent
006f6c1fb5
commit
1f3fc1c421
@ -1,4 +1,4 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO network-interface crate error
|
||||
[source]
|
||||
git = "https://github.com/ikatson/rqbit"
|
||||
[build]
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
#TODO make capnproto work
|
||||
#TODO probably wrong template, see https://github.com/rr-debugger/rr/wiki/Building-And-Installing
|
||||
[source]
|
||||
git = "https://github.com/rr-debugger/rr"
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
#TODO pnet_sys crate error
|
||||
#TODO pnet_sys crate error (after cargo update)
|
||||
[source]
|
||||
git = "https://github.com/kpcyrd/rshijack"
|
||||
[build]
|
||||
template = "cargo"
|
||||
template = "cargo"
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO Maybe missing libtorrent dependency
|
||||
#TODO can't find pthreads support
|
||||
[source]
|
||||
tar = "https://github.com/rakshasa/rtorrent-archive/raw/master/rtorrent-0.9.8.tar.gz"
|
||||
[build]
|
||||
|
||||
@ -1,9 +1,6 @@
|
||||
#TODO nonsense rustc version requirement
|
||||
[source]
|
||||
git = "https://github.com/charliermarsh/ruff"
|
||||
rev = "c014622003e9b348310d7b7be862f6ccffae7137"
|
||||
rev = "0263f2715eba81aee471e3dd5a50ea5f9426cbb1"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_packages ruff
|
||||
"""
|
||||
template = "cargo"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user