mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 23:44:17 +08:00
Add recipes
This commit is contained in:
parent
bccd4a54ef
commit
7514e9cd0a
10
recipes/wip/bench/jasonisnthappy/recipe.toml
Normal file
10
recipes/wip/bench/jasonisnthappy/recipe.toml
Normal file
@ -0,0 +1,10 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/sohzm/jasonisnthappy"
|
||||
shallow_clone = true
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
DYNAMIC_INIT
|
||||
cookbook_cargo_examples bench_all
|
||||
"""
|
||||
8
recipes/wip/dev/hw/design/recipe.toml
Normal file
8
recipes/wip/dev/hw/design/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO not compiled or tested
|
||||
#TODO discover minimum dependencies from meson log
|
||||
[source]
|
||||
git = "https://github.com/dubstar-04/Design"
|
||||
rev = "e6906bc36217306b07d23fa5a4332778db8bca78"
|
||||
shallow_clone = true
|
||||
[build]
|
||||
template = "meson"
|
||||
7
recipes/wip/dev/hw/uefitool/recipe.toml
Normal file
7
recipes/wip/dev/hw/uefitool/recipe.toml
Normal file
@ -0,0 +1,7 @@
|
||||
#TODO missing script for compilation: https://github.com/LongSoft/UEFITool#installation
|
||||
[source]
|
||||
git = "https://github.com/LongSoft/UEFITool"
|
||||
rev = "A73"
|
||||
shallow_clone = true
|
||||
[build]
|
||||
template = "custom"
|
||||
8
recipes/wip/health/dosage/recipe.toml
Normal file
8
recipes/wip/health/dosage/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO not compiled or tested
|
||||
#TODO discover minimum dependencies from meson log
|
||||
[source]
|
||||
git = "https://github.com/diegopvlk/Dosage"
|
||||
rev = "v2.1.2"
|
||||
shallow_clone = true
|
||||
[build]
|
||||
template = "meson"
|
||||
7
recipes/wip/lang/kana/recipe.toml
Normal file
7
recipes/wip/lang/kana/recipe.toml
Normal file
@ -0,0 +1,7 @@
|
||||
#TODO not compiled or tested
|
||||
#TODO determine minimum dependencies from meson log
|
||||
[source]
|
||||
git = "https://gitlab.gnome.org/fkinoshita/kana"
|
||||
shallow_clone = true
|
||||
[build]
|
||||
template = "meson"
|
||||
11
recipes/wip/net/analysis/echo/recipe.toml
Normal file
11
recipes/wip/net/analysis/echo/recipe.toml
Normal file
@ -0,0 +1,11 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/lo2dev/Echo"
|
||||
rev = "2.0"
|
||||
shallow_clone = true
|
||||
[build]
|
||||
template = "meson"
|
||||
dependencies = [
|
||||
"gtk4",
|
||||
"libadwaita",
|
||||
]
|
||||
12
recipes/wip/text/read-it-later/recipe.toml
Normal file
12
recipes/wip/text/read-it-later/recipe.toml
Normal file
@ -0,0 +1,12 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://gitlab.gnome.org/World/read-it-later"
|
||||
shallow_clone = true
|
||||
[build]
|
||||
template = "meson"
|
||||
dependencies = [
|
||||
"gtk4",
|
||||
"libadwaita",
|
||||
"glib",
|
||||
"gdk-pixbuf",
|
||||
]
|
||||
6
recipes/wip/text/sd/recipe.toml
Normal file
6
recipes/wip/text/sd/recipe.toml
Normal file
@ -0,0 +1,6 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/chmln/sd"
|
||||
shallow_clone = true
|
||||
[build]
|
||||
template = "cargo"
|
||||
6
recipes/wip/text/sed-rs/recipe.toml
Normal file
6
recipes/wip/text/sed-rs/recipe.toml
Normal file
@ -0,0 +1,6 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/pegasusheavy/sed-rs"
|
||||
shallow_clone = true
|
||||
[build]
|
||||
template = "cargo"
|
||||
Loading…
Reference in New Issue
Block a user