Add recipes

This commit is contained in:
Ribbon 2025-11-30 09:49:34 -03:00
parent a3b1c62fef
commit f0eda79252
8 changed files with 58 additions and 0 deletions

View File

@ -0,0 +1,5 @@
#TODO not compiled or tested
[source]
git = "https://github.com/fowles/pratdiff"
[build]
template = "cargo"

View File

@ -0,0 +1,5 @@
#TODO not compiled or tested
[source]
git = "https://github.com/Mohamed-Badry/statui"
[build]
template = "cargo"

View 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
"""

View 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",
]

View File

@ -0,0 +1,9 @@
#TODO not compiled or tested
[source]
git = "https://github.com/grigio/network-monitor"
[build]
template = "cargo"
dependencies = [
"gtk4",
"libadwaita",
]

View 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
"""

View File

@ -0,0 +1,5 @@
#TODO not compiled or tested
[source]
git = "https://github.com/jedisct1/yes-rs"
[build]
template = "cargo"

View File

@ -0,0 +1,5 @@
#TODO not compiled or tested
[source]
git = "https://github.com/kawayww/tola-ssg"
[build]
template = "cargo"