Add recipes

This commit is contained in:
Ribbon 2026-02-08 05:30:48 -03:00
parent bccd4a54ef
commit 7514e9cd0a
9 changed files with 75 additions and 0 deletions

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

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

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

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

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

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

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

View File

@ -0,0 +1,6 @@
#TODO not compiled or tested
[source]
git = "https://github.com/chmln/sd"
shallow_clone = true
[build]
template = "cargo"

View File

@ -0,0 +1,6 @@
#TODO not compiled or tested
[source]
git = "https://github.com/pegasusheavy/sed-rs"
shallow_clone = true
[build]
template = "cargo"