From d7bd2f9c3e3f9c3023630a90afba779ed928f3a9 Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Sat, 23 Dec 2023 10:56:35 +0000 Subject: [PATCH] update recipes --- recipes/wip/speedtest-rs/recipe.toml | 2 +- recipes/wip/sqlite3/recipe.toml | 1 + recipes/wip/sshx/recipe.toml | 1 + recipes/wip/starship/recipe.toml | 1 - 4 files changed, 3 insertions(+), 2 deletions(-) diff --git a/recipes/wip/speedtest-rs/recipe.toml b/recipes/wip/speedtest-rs/recipe.toml index 541bd1b70..7e32c6f25 100644 --- a/recipes/wip/speedtest-rs/recipe.toml +++ b/recipes/wip/speedtest-rs/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested (after cargo update) +#TODO openssl-sys crate error (after cargo update) [source] git = "https://github.com/nelsonjchen/speedtest-rs" [build] diff --git a/recipes/wip/sqlite3/recipe.toml b/recipes/wip/sqlite3/recipe.toml index 3d51f0813..8c242f610 100644 --- a/recipes/wip/sqlite3/recipe.toml +++ b/recipes/wip/sqlite3/recipe.toml @@ -1,3 +1,4 @@ +#TODO compiled but not tested #TODO incomplete port [source] tar = "https://www.sqlite.org/2023/sqlite-autoconf-3440000.tar.gz" diff --git a/recipes/wip/sshx/recipe.toml b/recipes/wip/sshx/recipe.toml index 3d9fce2a3..4a752c857 100644 --- a/recipes/wip/sshx/recipe.toml +++ b/recipes/wip/sshx/recipe.toml @@ -1,3 +1,4 @@ +#TODO program source code error (after cargo update) #TODO require NodeJS and NPM [source] git = "https://github.com/ekzhang/sshx" diff --git a/recipes/wip/starship/recipe.toml b/recipes/wip/starship/recipe.toml index e8eb76a0a..908477fb0 100644 --- a/recipes/wip/starship/recipe.toml +++ b/recipes/wip/starship/recipe.toml @@ -1,6 +1,5 @@ #TODO nix::unistd::User [source] git = "https://github.com/starship/starship" -rev = "dcf7b7646c4610947765d76cf4e024a60576b2cd" [build] template = "cargo" -- GitLab