mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-20 11:54:17 +08:00
Add recipes
This commit is contained in:
parent
345e778186
commit
c22f422720
5
recipes/wip/edu/bibiman/recipe.toml
Normal file
5
recipes/wip/edu/bibiman/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://codeberg.org/lukeflo/bibiman"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/games/space/outfly/recipe.toml
Normal file
5
recipes/wip/games/space/outfly/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://codeberg.org/outfly/outfly"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/net/analysis/rkik/recipe.toml
Normal file
5
recipes/wip/net/analysis/rkik/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/aguacero7/rkik"
|
||||
[build]
|
||||
template = "cargo"
|
||||
8
recipes/wip/net/monitor/rustnet/recipe.toml
Normal file
8
recipes/wip/net/monitor/rustnet/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/domcyrus/rustnet"
|
||||
[build]
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
"libpcap",
|
||||
]
|
||||
6
recipes/wip/net/remote/ssh-portfolio/recipe.toml
Normal file
6
recipes/wip/net/remote/ssh-portfolio/recipe.toml
Normal file
@ -0,0 +1,6 @@
|
||||
#TODO not compiled or tested
|
||||
# require nerdfonts
|
||||
[source]
|
||||
git = "https://github.com/CompeyDev/ssh-portfolio"
|
||||
[build]
|
||||
template = "cargo"
|
||||
14
recipes/wip/players/recordbox/recipe.toml
Normal file
14
recipes/wip/players/recordbox/recipe.toml
Normal file
@ -0,0 +1,14 @@
|
||||
#TODO missing dependencies
|
||||
[source]
|
||||
git = "https://codeberg.org/edestcroix/Recordbox"
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"sqlite3",
|
||||
"gtk4",
|
||||
"glib",
|
||||
"libadwaita",
|
||||
"liblcms",
|
||||
"gstreamer",
|
||||
]
|
||||
script = "DYNAMIC_INIT cookbook_cargo"
|
||||
10
recipes/wip/sound/auditorium/recipe.toml
Normal file
10
recipes/wip/sound/auditorium/recipe.toml
Normal file
@ -0,0 +1,10 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/nate-craft/auditorium"
|
||||
[build]
|
||||
template = "cargo"
|
||||
[package]
|
||||
dependencies = [
|
||||
"mpv",
|
||||
"ffmpeg6",
|
||||
]
|
||||
5
recipes/wip/sound/tek/recipe.toml
Normal file
5
recipes/wip/sound/tek/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://codeberg.org/unspeaker/tek"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/terminal/desktop-tui/recipe.toml
Normal file
5
recipes/wip/terminal/desktop-tui/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/Julien-cpsn/desktop-tui"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/terminal/envx/recioe.toml
Normal file
5
recipes/wip/terminal/envx/recioe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/mikeleppane/envx"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/tools/dotter/recipe.toml
Normal file
5
recipes/wip/tools/dotter/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/SuperCuber/dotter"
|
||||
[build]
|
||||
template = "cargo"
|
||||
Loading…
Reference in New Issue
Block a user