Skip to content
Snippets Groups Projects
Commit f4153a5d authored by Ribbon's avatar Ribbon :speech_balloon:
Browse files

update recipes

parent 12b63612
No related branches found
No related tags found
No related merge requests found
#TODO Not compiled or tested #TODO rex-tui crate error (after cargo update)
[source] [source]
git = "https://github.com/TheRustyPickle/Rex" git = "https://github.com/TheRustyPickle/Rex"
[build] [build]
......
#TODO make libgpg-error dependency work (after cargo update) #TODO make libgpg-error dependency work
[source] [source]
git = "https://github.com/cortex/ripasso" git = "https://github.com/cortex/ripasso"
[build] [build]
template = "custom" template = "custom"
dependencies = [ dependencies = [
"openssl1", "openssl1",
"libgpg-error",
] ]
script = """ script = """
cookbook_cargo_packages ripasso-cursive cookbook_cargo_packages ripasso-cursive
......
#TODO Not compiled or tested #TODO missing script for building
[source] [source]
git = "https://gitlab.xiph.org/xiph/rnnoise" git = "https://gitlab.xiph.org/xiph/rnnoise"
[build] [build]
template = "configure" template = "custom"
...@@ -3,4 +3,7 @@ ...@@ -3,4 +3,7 @@
git = "https://github.com/ikatson/rqbit" git = "https://github.com/ikatson/rqbit"
rev = "3dc2e3eace2fce7c448d7fcf8360fe0f312a29c7" rev = "3dc2e3eace2fce7c448d7fcf8360fe0f312a29c7"
[build] [build]
template = "cargo" template = "custom"
script = """
cookbook_cargo_packages rqbit
"""
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment