mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 13:54:19 +08:00
Add recipes
This commit is contained in:
parent
a3b1c62fef
commit
f0eda79252
5
recipes/wip/dev/analysis/pratdiff/recipe.toml
Normal file
5
recipes/wip/dev/analysis/pratdiff/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/fowles/pratdiff"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/dev/analysis/statui/recipe.toml
Normal file
5
recipes/wip/dev/analysis/statui/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/Mohamed-Badry/statui"
|
||||
[build]
|
||||
template = "cargo"
|
||||
8
recipes/wip/math/numr/recipe.toml
Normal file
8
recipes/wip/math/numr/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/nasedkinpv/numr"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_packages numr-cli numr-tui
|
||||
"""
|
||||
13
recipes/wip/monitors/resources/recipe.toml
Normal file
13
recipes/wip/monitors/resources/recipe.toml
Normal file
@ -0,0 +1,13 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/nokyan/resources"
|
||||
[build]
|
||||
template = "meson"
|
||||
mesonflags = [
|
||||
"-Dprofile=default",
|
||||
]
|
||||
dependencies = [
|
||||
"glib",
|
||||
"gtk4",
|
||||
"libadwaita",
|
||||
]
|
||||
9
recipes/wip/net/monitor/network-monitor-rs/recipe.toml
Normal file
9
recipes/wip/net/monitor/network-monitor-rs/recipe.toml
Normal file
@ -0,0 +1,9 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/grigio/network-monitor"
|
||||
[build]
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
"gtk4",
|
||||
"libadwaita",
|
||||
]
|
||||
8
recipes/wip/storage/bmap-rs/recipe.toml
Normal file
8
recipes/wip/storage/bmap-rs/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/collabora/bmap-rs"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_packages bmap-rs
|
||||
"""
|
||||
5
recipes/wip/text/yes-rs/recipe.toml
Normal file
5
recipes/wip/text/yes-rs/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/jedisct1/yes-rs"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/web/tola-ssg/recipe.toml
Normal file
5
recipes/wip/web/tola-ssg/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/kawayww/tola-ssg"
|
||||
[build]
|
||||
template = "cargo"
|
||||
Loading…
Reference in New Issue
Block a user