update recipes

This commit is contained in:
Ribbon 2023-12-23 06:47:00 +00:00
parent 12b63612cd
commit f4153a5da0
4 changed files with 9 additions and 5 deletions

View File

@ -1,4 +1,4 @@
#TODO Not compiled or tested
#TODO rex-tui crate error (after cargo update)
[source]
git = "https://github.com/TheRustyPickle/Rex"
[build]

View File

@ -1,10 +1,11 @@
#TODO make libgpg-error dependency work (after cargo update)
#TODO make libgpg-error dependency work
[source]
git = "https://github.com/cortex/ripasso"
[build]
template = "custom"
dependencies = [
"openssl1",
"libgpg-error",
]
script = """
cookbook_cargo_packages ripasso-cursive

View File

@ -1,5 +1,5 @@
#TODO Not compiled or tested
#TODO missing script for building
[source]
git = "https://gitlab.xiph.org/xiph/rnnoise"
[build]
template = "configure"
template = "custom"

View File

@ -3,4 +3,7 @@
git = "https://github.com/ikatson/rqbit"
rev = "3dc2e3eace2fce7c448d7fcf8360fe0f312a29c7"
[build]
template = "cargo"
template = "custom"
script = """
cookbook_cargo_packages rqbit
"""