Add more recipes

This commit is contained in:
Ribbon 2026-04-16 21:38:17 -03:00
parent d1e0af4b89
commit 7c21ccdbc5
8 changed files with 97 additions and 0 deletions

View File

@ -0,0 +1,7 @@
#TODO not compiled or tested
[source]
git = "https://github.com/vyfor/rattles"
shallow_clone = true
[build]
template = "cargo"
cargoexamples = ["ratatui","showcase",]

View File

@ -0,0 +1,10 @@
#TODO not compiled or tested
[source]
git = "https://github.com/little-dude/cargo-heaptrack"
shallow_clone = true
[build]
template = "cargo"
[package]
dependencies = [
"heaptrack",
]

View File

@ -0,0 +1,15 @@
#TODO not compiled or tested
[source]
tar = "https://github.com/teeworlds/teeworlds/releases/download/0.7.5/teeworlds-0.7.5-src.tar.gz"
shallow_clone = true
[build]
template = "cmake"
cmakeflags = [
"-GNinja",
"-DDOWNLOAD_GTEST=OFF",
]
dependencies = [
"sdl2",
"freetype2",
"wavpack",
]

View File

@ -0,0 +1,18 @@
#TODO not compiled or tested
[source]
tar = "https://download.gnome.org/sources/gnome-contacts/49/gnome-contacts-49.0.tar.xz"
[build]
template = "meson"
mesonflags = [
"-Dcamera=false",
"-Dmanpage=false",
"-Dgoa=false",
]
dependencies = [
"glib",
"gtk4",
"libadwaita",
]
dev-dependencies = [
"host:blueprint"
]

View File

@ -0,0 +1,13 @@
#TODO not compiled or tested
[source]
git = "https://github.com/SeaDve/Delineate"
shallow_clone = true
[build]
template = "meson"
dependencies = [
"gtk4",
"libadwaita",
"glib",
"gtksourceview",
"webkitgtk4",
]

View File

@ -0,0 +1,10 @@
#TODO not compiled or tested
[source]
git = "https://github.com/zelikos/rannum"
shallow_clone = true
[build]
template = "meson"
dependencies = [
"gtk4",
"libadwaita",
]

View File

@ -0,0 +1,10 @@
#TODO not compiled or tested
[source]
git = "https://github.com/Slackadays/Clipboard"
rev = "0.10.0"
shallow_clone = true
[build]
template = "cmake"
dependencies = [
"libx11",
]

View File

@ -0,0 +1,14 @@
#TODO not compiled or tested
# maybe x11 is needed: https://codeberg.org/GramEditor/gram/src/branch/main/script/linux#L23
[source]
git = "https://codeberg.org/GramEditor/gram"
shallow_clone = true
[build]
template = "cargo"
cargopackages = ["gram"]
dependencies = [
"fontconfig",
"openssl3",
"zstd",
"sqlite3",
]