mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 23:44:17 +08:00
Add more recipes
This commit is contained in:
parent
d1e0af4b89
commit
7c21ccdbc5
7
recipes/wip/demos/rattles/recipe.toml
Normal file
7
recipes/wip/demos/rattles/recipe.toml
Normal file
@ -0,0 +1,7 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/vyfor/rattles"
|
||||
shallow_clone = true
|
||||
[build]
|
||||
template = "cargo"
|
||||
cargoexamples = ["ratatui","showcase",]
|
||||
10
recipes/wip/dev/cargo-tools/cargo-heaptrack/recipe.toml
Normal file
10
recipes/wip/dev/cargo-tools/cargo-heaptrack/recipe.toml
Normal file
@ -0,0 +1,10 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/little-dude/cargo-heaptrack"
|
||||
shallow_clone = true
|
||||
[build]
|
||||
template = "cargo"
|
||||
[package]
|
||||
dependencies = [
|
||||
"heaptrack",
|
||||
]
|
||||
15
recipes/wip/games/shooter/teeworlds/recipe.toml
Normal file
15
recipes/wip/games/shooter/teeworlds/recipe.toml
Normal file
@ -0,0 +1,15 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
tar = "https://github.com/teeworlds/teeworlds/releases/download/0.7.5/teeworlds-0.7.5-src.tar.gz"
|
||||
shallow_clone = true
|
||||
[build]
|
||||
template = "cmake"
|
||||
cmakeflags = [
|
||||
"-GNinja",
|
||||
"-DDOWNLOAD_GTEST=OFF",
|
||||
]
|
||||
dependencies = [
|
||||
"sdl2",
|
||||
"freetype2",
|
||||
"wavpack",
|
||||
]
|
||||
18
recipes/wip/gnome/gnome-contacts/recipe.toml
Normal file
18
recipes/wip/gnome/gnome-contacts/recipe.toml
Normal file
@ -0,0 +1,18 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
tar = "https://download.gnome.org/sources/gnome-contacts/49/gnome-contacts-49.0.tar.xz"
|
||||
[build]
|
||||
template = "meson"
|
||||
mesonflags = [
|
||||
"-Dcamera=false",
|
||||
"-Dmanpage=false",
|
||||
"-Dgoa=false",
|
||||
]
|
||||
dependencies = [
|
||||
"glib",
|
||||
"gtk4",
|
||||
"libadwaita",
|
||||
]
|
||||
dev-dependencies = [
|
||||
"host:blueprint"
|
||||
]
|
||||
13
recipes/wip/graphics/editors/delineate/recipe.toml
Normal file
13
recipes/wip/graphics/editors/delineate/recipe.toml
Normal file
@ -0,0 +1,13 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/SeaDve/Delineate"
|
||||
shallow_clone = true
|
||||
[build]
|
||||
template = "meson"
|
||||
dependencies = [
|
||||
"gtk4",
|
||||
"libadwaita",
|
||||
"glib",
|
||||
"gtksourceview",
|
||||
"webkitgtk4",
|
||||
]
|
||||
10
recipes/wip/other/chance/recipe.toml
Normal file
10
recipes/wip/other/chance/recipe.toml
Normal file
@ -0,0 +1,10 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/zelikos/rannum"
|
||||
shallow_clone = true
|
||||
[build]
|
||||
template = "meson"
|
||||
dependencies = [
|
||||
"gtk4",
|
||||
"libadwaita",
|
||||
]
|
||||
10
recipes/wip/system/clipboard-project/recipe.toml
Normal file
10
recipes/wip/system/clipboard-project/recipe.toml
Normal file
@ -0,0 +1,10 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/Slackadays/Clipboard"
|
||||
rev = "0.10.0"
|
||||
shallow_clone = true
|
||||
[build]
|
||||
template = "cmake"
|
||||
dependencies = [
|
||||
"libx11",
|
||||
]
|
||||
14
recipes/wip/text/gram/recipe.toml
Normal file
14
recipes/wip/text/gram/recipe.toml
Normal file
@ -0,0 +1,14 @@
|
||||
#TODO not compiled or tested
|
||||
# maybe x11 is needed: https://codeberg.org/GramEditor/gram/src/branch/main/script/linux#L23
|
||||
[source]
|
||||
git = "https://codeberg.org/GramEditor/gram"
|
||||
shallow_clone = true
|
||||
[build]
|
||||
template = "cargo"
|
||||
cargopackages = ["gram"]
|
||||
dependencies = [
|
||||
"fontconfig",
|
||||
"openssl3",
|
||||
"zstd",
|
||||
"sqlite3",
|
||||
]
|
||||
Loading…
Reference in New Issue
Block a user