Add recipes

This commit is contained in:
Ribbon 2025-11-16 00:59:23 -03:00
parent 5fa446577d
commit 90a64746b1
10 changed files with 89 additions and 0 deletions

View File

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

View File

@ -0,0 +1,9 @@
#TODO not compiled or tested
[source]
git = "https://github.com/sheep-farm/merkato"
rev = "0.2.0.1"
[build]
template = "meson"
dependencies = [
"gtk4",
]

View File

@ -0,0 +1,8 @@
#TODO not compiled or tested
#TODO discover the minimum dependencies from cmake log
# build instructions: https://wiki.gnucash.org/wiki/Building_On_Linux
# dependencies: https://wiki.gnucash.org/wiki/Dependencies
[source]
tar = "https://sourceforge.net/projects/gnucash/files/gnucash%20(stable)/5.13/gnucash-5.13.tar.bz2"
[build]
template = "cmake"

View File

@ -0,0 +1,6 @@
#TODO not compiled or tested
[source]
git = "https://github.com/Nokse22/Exhibit"
rev = "v1.5.1"
[build]
template = "meson"

View File

@ -0,0 +1,17 @@
#TODO not compiled or tested
# lacking build instructions
# build options: https://gitlab.gnome.org/GNOME/gnome-calculator/-/blob/main/meson_options.txt?ref_type=heads
[source]
tar = "https://download.gnome.org/sources/gnome-calculator/49/gnome-calculator-49.1.1.tar.xz"
[build]
template = "meson"
mesonflags = [
"-Ddisable-introspection=true",
"-Ddoc=false",
]
#dependencies = [
# "glib",
# "libsoup",
# "mpc",
# "mpfr",
#]

View File

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

View File

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

View File

@ -0,0 +1,12 @@
#TODO not compiled or tested
[source]
git = "https://github.com/TheWisker/Cavasik"
rev = "v3.2.0"
[build]
template = "meson"
dependencies = [
"gtk4",
"libadwaita",
]
[package]
dependencies = ["cava"]

View File

@ -0,0 +1,17 @@
#TODO not compiled or tested
# build instructions: https://github.com/htkhiem/euphonica#meson
[source]
git = "https://github.com/htkhiem/euphonica"
[build]
template = "custom"
dependencies = [
"gtk4",
"libadwaita",
"sqlite3",
]
script = """
DYNAMIC_INIT
cookbook_cargo
"""
[package]
dependencies = ["mpd"]

View File

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