mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 21:34:18 +08:00
Add recipes
This commit is contained in:
parent
dfb329cbc1
commit
e4c43fee67
10
recipes/wip/demos/copper/recipe.toml
Normal file
10
recipes/wip/demos/copper/recipe.toml
Normal file
@ -0,0 +1,10 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/copper-project/copper-rs"
|
||||
shallow_clone = true
|
||||
[build]
|
||||
template = "cargo"
|
||||
cargopackages = [
|
||||
"cu-rp-balancebot",
|
||||
"cu-flight-controller",
|
||||
]
|
||||
14
recipes/wip/gnome/gnome-system-monitor/recipe.toml
Normal file
14
recipes/wip/gnome/gnome-system-monitor/recipe.toml
Normal file
@ -0,0 +1,14 @@
|
||||
#TODO not compiled or tested
|
||||
# build instructions: https://gitlab.gnome.org/GNOME/gnome-system-monitor#building
|
||||
[source]
|
||||
tar = "https://download.gnome.org/sources/gnome-system-monitor/49/gnome-system-monitor-49.1.tar.xz"
|
||||
[build]
|
||||
template = "meson"
|
||||
mesonflags = ["-Dsystemd=false"]
|
||||
dependencies = [
|
||||
"glibmm",
|
||||
"gtk4mm",
|
||||
"libadwaita",
|
||||
"librsvg",
|
||||
"libgtop",
|
||||
]
|
||||
5
recipes/wip/libs/gnome/libgtop/recipe.toml
Normal file
5
recipes/wip/libs/gnome/libgtop/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
tar = "https://download.gnome.org/sources/libgtop/2.41/libgtop-2.41.3.tar.xz"
|
||||
[build]
|
||||
template = "configure"
|
||||
11
recipes/wip/tests/catch2/recipe.toml
Normal file
11
recipes/wip/tests/catch2/recipe.toml
Normal file
@ -0,0 +1,11 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/catchorg/Catch2"
|
||||
rev = "v3.13.0"
|
||||
shallow_clone = true
|
||||
[build]
|
||||
template = "cmake"
|
||||
cmakeflags = [
|
||||
"-DCATCH_INSTALL_DOCS=OFF",
|
||||
"-DCATCH_ENABLE_REPRODUCIBLE_BUILD=OFF",
|
||||
]
|
||||
5
recipes/wip/tests/cunit/recipe.toml
Normal file
5
recipes/wip/tests/cunit/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
tar = "https://downloads.sourceforge.net/project/cunit/CUnit/2.1-3/CUnit-2.1-3.tar.bz2"
|
||||
[build]
|
||||
template = "configure"
|
||||
5
recipes/wip/tests/uncrustify/recipe.toml
Normal file
5
recipes/wip/tests/uncrustify/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
tar = "https://github.com/uncrustify/uncrustify/releases/download/uncrustify-0.82.0/uncrustify-0.82.0.tar.gz"
|
||||
[build]
|
||||
template = "cmake"
|
||||
Loading…
Reference in New Issue
Block a user