mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
Add recipes
This commit is contained in:
parent
03f822cfc2
commit
a30e1e9efb
14
recipes/wip/demos/myth/recipe.toml
Normal file
14
recipes/wip/demos/myth/recipe.toml
Normal file
@ -0,0 +1,14 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/panxinmiao/myth"
|
||||
shallow_clone = true
|
||||
[build]
|
||||
template = "cargo"
|
||||
cargoexamples = [
|
||||
"bloom",
|
||||
"box",
|
||||
"earth",
|
||||
"hello_triangle",
|
||||
"rotating_cube",
|
||||
"shadows",
|
||||
]
|
||||
7
recipes/wip/dev/debug/dbgflow/recipe.toml
Normal file
7
recipes/wip/dev/debug/dbgflow/recipe.toml
Normal file
@ -0,0 +1,7 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/CbIRNik/dbgflow"
|
||||
shallow_clone = true
|
||||
[build]
|
||||
template = "cargo"
|
||||
cargopackages = ["dbgflow"]
|
||||
10
recipes/wip/gnome/gnome-music/recipe.toml
Normal file
10
recipes/wip/gnome/gnome-music/recipe.toml
Normal file
@ -0,0 +1,10 @@
|
||||
#TODO not compiled or tested
|
||||
#TODO determine minimum dependencies from meson log
|
||||
[source]
|
||||
tar = "https://download.gnome.org/sources/gnome-music/49/gnome-music-49.1.tar.xz"
|
||||
[build]
|
||||
template = "meson"
|
||||
dependencies = [
|
||||
"gtk4",
|
||||
"libadwaita",
|
||||
]
|
||||
6
recipes/wip/hw/renode/recipe.toml
Normal file
6
recipes/wip/hw/renode/recipe.toml
Normal file
@ -0,0 +1,6 @@
|
||||
#TODO missing script for build.sh
|
||||
# build instructions: https://renode.readthedocs.io/en/latest/advanced/building_from_sources.html
|
||||
[source]
|
||||
tar = "https://github.com/renode/renode/releases/download/v1.16.1/renode_1.16.1_source.tar.xz"
|
||||
[build]
|
||||
template = "custom"
|
||||
6
recipes/wip/net/analysis/netrunner-cli/recipe.toml
Normal file
6
recipes/wip/net/analysis/netrunner-cli/recipe.toml
Normal file
@ -0,0 +1,6 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/sorinirimies/netrunner_cli"
|
||||
shallow_clone = true
|
||||
[build]
|
||||
template = "cargo"
|
||||
7
recipes/wip/net/proxy/proxelar/recipe.toml
Normal file
7
recipes/wip/net/proxy/proxelar/recipe.toml
Normal file
@ -0,0 +1,7 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/emanuele-em/proxelar"
|
||||
shallow_clone = true
|
||||
[build]
|
||||
template = "cargo"
|
||||
cargopackages = ["proxelar"]
|
||||
11
recipes/wip/players/amberol/recipe.toml
Normal file
11
recipes/wip/players/amberol/recipe.toml
Normal file
@ -0,0 +1,11 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://gitlab.gnome.org/World/amberol"
|
||||
shallow_clone = true
|
||||
[build]
|
||||
template = "meson"
|
||||
dependencies = [
|
||||
"gtk4",
|
||||
"libadwaita",
|
||||
"gstreamer",
|
||||
]
|
||||
6
recipes/wip/rice/rixi/recipe.toml
Normal file
6
recipes/wip/rice/rixi/recipe.toml
Normal file
@ -0,0 +1,6 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/rixi-dev/rixi"
|
||||
shallow_clone = true
|
||||
[build]
|
||||
template = "cargo"
|
||||
6
recipes/wip/storage/darya/recipe.toml
Normal file
6
recipes/wip/storage/darya/recipe.toml
Normal file
@ -0,0 +1,6 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/mrkatebzadeh/darya"
|
||||
shallow_clone = true
|
||||
[build]
|
||||
template = "cargo"
|
||||
7
recipes/wip/storage/dumap/recipe.toml
Normal file
7
recipes/wip/storage/dumap/recipe.toml
Normal file
@ -0,0 +1,7 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/jrobhoward/dumap"
|
||||
shallow_clone = true
|
||||
[build]
|
||||
template = "cargo"
|
||||
cargopackages = ["dumap"]
|
||||
7
recipes/wip/terminal/amoxide/recipe.toml
Normal file
7
recipes/wip/terminal/amoxide/recipe.toml
Normal file
@ -0,0 +1,7 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/sassman/amoxide-rs"
|
||||
shallow_clone = true
|
||||
[build]
|
||||
template = "cargo"
|
||||
cargopackages = ["amoxide","amoxide-tui"]
|
||||
6
recipes/wip/terminal/emux/recipe.toml
Normal file
6
recipes/wip/terminal/emux/recipe.toml
Normal file
@ -0,0 +1,6 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/cris-01000011/emux"
|
||||
shallow_clone = true
|
||||
[build]
|
||||
template = "cargo"
|
||||
6
recipes/wip/text/typdiff/recipe.toml
Normal file
6
recipes/wip/text/typdiff/recipe.toml
Normal file
@ -0,0 +1,6 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/sou1118/typdiff"
|
||||
shallow_clone = true
|
||||
[build]
|
||||
template = "cargo"
|
||||
6
recipes/wip/vm/emuko/recipe.toml
Normal file
6
recipes/wip/vm/emuko/recipe.toml
Normal file
@ -0,0 +1,6 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/wkoszek/emuko"
|
||||
shallow_clone = true
|
||||
[build]
|
||||
template = "cargo"
|
||||
Loading…
Reference in New Issue
Block a user