update recipes

This commit is contained in:
Ribbon 2023-12-23 07:13:58 +00:00
parent 006f6c1fb5
commit 1f3fc1c421
5 changed files with 7 additions and 9 deletions

View File

@ -1,4 +1,4 @@
#TODO Not compiled or tested
#TODO network-interface crate error
[source]
git = "https://github.com/ikatson/rqbit"
[build]

View File

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

View File

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

View File

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

View File

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