mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 05:14:18 +08:00
Add recipes
This commit is contained in:
parent
50770e6d93
commit
6218c5e464
5
recipes/wip/analysis/binsider/recipe.toml
Normal file
5
recipes/wip/analysis/binsider/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/orhun/binsider"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/dev/web/vox/recipe.toml
Normal file
5
recipes/wip/dev/web/vox/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/emmyoh/vox"
|
||||
[build]
|
||||
template = "cargo"
|
||||
11
recipes/wip/fuse/oku-fs/recipe.toml
Normal file
11
recipes/wip/fuse/oku-fs/recipe.toml
Normal file
@ -0,0 +1,11 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/OkuBrowser/oku-fs"
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"libfuse3",
|
||||
]
|
||||
script = """
|
||||
cookbook_cargo --features fuse cli
|
||||
"""
|
||||
16
recipes/wip/net/p2p/oku/recipe.toml
Normal file
16
recipes/wip/net/p2p/oku/recipe.toml
Normal file
@ -0,0 +1,16 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/OkuBrowser/oku"
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"gtk4",
|
||||
"glib",
|
||||
"pango",
|
||||
"webkitgtk4",
|
||||
"libfuse3",
|
||||
]
|
||||
script = """
|
||||
./prebuild.sh
|
||||
cookbook_cargo
|
||||
"""
|
||||
5
recipes/wip/services/busd/recipe.toml
Normal file
5
recipes/wip/services/busd/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/dbus2/busd"
|
||||
[build]
|
||||
template = "cargo"
|
||||
Loading…
Reference in New Issue
Block a user