Add recipes

This commit is contained in:
Ribbon 2026-04-11 16:52:02 -03:00
parent 03f822cfc2
commit a30e1e9efb
14 changed files with 105 additions and 0 deletions

View File

@ -0,0 +1,14 @@
#TODO not compiled or tested
[source]
git = "https://github.com/panxinmiao/myth"
shallow_clone = true
[build]
template = "cargo"
cargoexamples = [
"bloom",
"box",
"earth",
"hello_triangle",
"rotating_cube",
"shadows",
]

View File

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

View File

@ -0,0 +1,10 @@
#TODO not compiled or tested
#TODO determine minimum dependencies from meson log
[source]
tar = "https://download.gnome.org/sources/gnome-music/49/gnome-music-49.1.tar.xz"
[build]
template = "meson"
dependencies = [
"gtk4",
"libadwaita",
]

View File

@ -0,0 +1,6 @@
#TODO missing script for build.sh
# build instructions: https://renode.readthedocs.io/en/latest/advanced/building_from_sources.html
[source]
tar = "https://github.com/renode/renode/releases/download/v1.16.1/renode_1.16.1_source.tar.xz"
[build]
template = "custom"

View File

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

View File

@ -0,0 +1,7 @@
#TODO not compiled or tested
[source]
git = "https://github.com/emanuele-em/proxelar"
shallow_clone = true
[build]
template = "cargo"
cargopackages = ["proxelar"]

View File

@ -0,0 +1,11 @@
#TODO not compiled or tested
[source]
git = "https://gitlab.gnome.org/World/amberol"
shallow_clone = true
[build]
template = "meson"
dependencies = [
"gtk4",
"libadwaita",
"gstreamer",
]

View File

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

View File

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

View File

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

View File

@ -0,0 +1,7 @@
#TODO not compiled or tested
[source]
git = "https://github.com/sassman/amoxide-rs"
shallow_clone = true
[build]
template = "cargo"
cargopackages = ["amoxide","amoxide-tui"]

View File

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

View File

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

View File

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