From 1f3fc1c421beaad1b1c683ed41d2c493bc82f6af Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Sat, 23 Dec 2023 07:13:58 +0000 Subject: [PATCH] update recipes --- recipes/wip/rqbit/recipe.toml | 2 +- recipes/wip/rr-debugger/recipe.toml | 1 + recipes/wip/rshijack/recipe.toml | 4 ++-- recipes/wip/rtorrent/recipe.toml | 2 +- recipes/wip/ruff/recipe.toml | 7 ++----- 5 files changed, 7 insertions(+), 9 deletions(-) diff --git a/recipes/wip/rqbit/recipe.toml b/recipes/wip/rqbit/recipe.toml index 72f68cccc..347aaf0f5 100644 --- a/recipes/wip/rqbit/recipe.toml +++ b/recipes/wip/rqbit/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO network-interface crate error [source] git = "https://github.com/ikatson/rqbit" [build] diff --git a/recipes/wip/rr-debugger/recipe.toml b/recipes/wip/rr-debugger/recipe.toml index 47c07bdf4..d1fc5443c 100644 --- a/recipes/wip/rr-debugger/recipe.toml +++ b/recipes/wip/rr-debugger/recipe.toml @@ -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" diff --git a/recipes/wip/rshijack/recipe.toml b/recipes/wip/rshijack/recipe.toml index 5fa48c023..3feeee34f 100644 --- a/recipes/wip/rshijack/recipe.toml +++ b/recipes/wip/rshijack/recipe.toml @@ -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" \ No newline at end of file +template = "cargo" diff --git a/recipes/wip/rtorrent/recipe.toml b/recipes/wip/rtorrent/recipe.toml index 5837e19b6..69a93bfb4 100644 --- a/recipes/wip/rtorrent/recipe.toml +++ b/recipes/wip/rtorrent/recipe.toml @@ -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] diff --git a/recipes/wip/ruff/recipe.toml b/recipes/wip/ruff/recipe.toml index 55454e8c5..cd97b2adb 100644 --- a/recipes/wip/ruff/recipe.toml +++ b/recipes/wip/ruff/recipe.toml @@ -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" -- GitLab