mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-20 20:04:19 +08:00
Add recipes
This commit is contained in:
parent
5fa446577d
commit
90a64746b1
5
recipes/wip/dev/cargo-tools/carwash/recipe.toml
Normal file
5
recipes/wip/dev/cargo-tools/carwash/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/epistates/carwash"
|
||||
[build]
|
||||
template = "cargo"
|
||||
9
recipes/wip/finance/market/merkato/recipe.toml
Normal file
9
recipes/wip/finance/market/merkato/recipe.toml
Normal 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",
|
||||
]
|
||||
8
recipes/wip/finance/mgmt/gnucash/recipe.toml
Normal file
8
recipes/wip/finance/mgmt/gnucash/recipe.toml
Normal 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"
|
||||
6
recipes/wip/graphics/viewers/exhibit/recipe.toml
Normal file
6
recipes/wip/graphics/viewers/exhibit/recipe.toml
Normal file
@ -0,0 +1,6 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/Nokse22/Exhibit"
|
||||
rev = "v1.5.1"
|
||||
[build]
|
||||
template = "meson"
|
||||
17
recipes/wip/math/gnome-calculator/recipe.toml
Normal file
17
recipes/wip/math/gnome-calculator/recipe.toml
Normal 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",
|
||||
#]
|
||||
5
recipes/wip/net/ssh/filessh/recipe.toml
Normal file
5
recipes/wip/net/ssh/filessh/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/JayanAXHF/filessh"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/net/ssh/termirs/recipe.toml
Normal file
5
recipes/wip/net/ssh/termirs/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/caelansar/termirs"
|
||||
[build]
|
||||
template = "cargo"
|
||||
12
recipes/wip/sound/cavasik/recipe.toml
Normal file
12
recipes/wip/sound/cavasik/recipe.toml
Normal 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"]
|
||||
17
recipes/wip/sound/euphonica/recipe.toml
Normal file
17
recipes/wip/sound/euphonica/recipe.toml
Normal 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"]
|
||||
5
recipes/wip/terminal/term39/recipe.toml
Normal file
5
recipes/wip/terminal/term39/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/alejandroqh/term39"
|
||||
[build]
|
||||
template = "cargo"
|
||||
Loading…
Reference in New Issue
Block a user