mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-21 04:14:17 +08:00
update recipes
This commit is contained in:
parent
12b63612cd
commit
f4153a5da0
@ -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]
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -3,4 +3,7 @@
|
||||
git = "https://github.com/ikatson/rqbit"
|
||||
rev = "3dc2e3eace2fce7c448d7fcf8360fe0f312a29c7"
|
||||
[build]
|
||||
template = "cargo"
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_packages rqbit
|
||||
"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user