mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 23:44:17 +08:00
update recipes
This commit is contained in:
parent
574b17f843
commit
6f29e06bba
@ -1,4 +1,4 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO source code error
|
||||
[source]
|
||||
git = "https://github.com/cloudflare/boringtun"
|
||||
[build]
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO if-addrs crate error
|
||||
[source]
|
||||
git = "https://github.com/sigoden/dufs"
|
||||
[build]
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO compilation error
|
||||
[source]
|
||||
git = "https://github.com/Davidson-Souza/Floresta"
|
||||
[build]
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO open crate error
|
||||
[source]
|
||||
git = "https://github.com/TheWaWaR/simple-http-server"
|
||||
[build]
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO port to Orbital
|
||||
[source]
|
||||
git = "https://github.com/LucasPickering/slumber"
|
||||
[build]
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO libc and nix crate error
|
||||
#TODO require Ruby and asciidoctor at runtime
|
||||
[source]
|
||||
git = "https://github.com/dswd/vpncloud"
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO port to Orbital
|
||||
#TODO in case of errors, read https://github.com/Ragnt/AngryOxide#building-from-source
|
||||
[source]
|
||||
git = "https://github.com/Ragnt/AngryOxide"
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO compilation error
|
||||
[source]
|
||||
tar = "https://ftp.gnu.org/gnu/grub/grub-2.12.tar.xz"
|
||||
[build]
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO compilation error
|
||||
[source]
|
||||
git = "https://github.com/maxmarsc/audeye"
|
||||
[build]
|
||||
|
||||
@ -6,3 +6,6 @@ template = "custom"
|
||||
script = """
|
||||
cookbook_cargo --features full
|
||||
"""
|
||||
dependencies = [
|
||||
"glib",
|
||||
]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user