Add recipes

This commit is contained in:
Ribbon 2026-03-26 15:06:41 -03:00
parent efd0510443
commit 94d0d673bb
8 changed files with 67 additions and 0 deletions

View File

@ -0,0 +1,11 @@
#TODO not compiled or tested
[source]
tar = "https://download.gnome.org/sources/showtime/49/showtime-49.1.tar.xz"
[build]
template = "meson"
dependencies = [
"gtk4",
"libadwaita",
]
[package]
dependencies = ["blueprint"]

View File

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

View File

@ -0,0 +1,7 @@
#TODO not compiled or tested
[source]
git = "https://github.com/zlib-ng/minizip-ng"
branch = "master"
shallow_clone = true
[build]
template = "cmake"

View File

@ -0,0 +1,5 @@
#TODO not compiled or tested
[source]
tar = "https://github.com/jbeder/yaml-cpp/releases/download/yaml-cpp-0.9.0/yaml-cpp-yaml-cpp-0.9.0.tar.gz"
[build]
template = "cmake"

View File

@ -0,0 +1,10 @@
#TODO not compiled or tested
# build instructions: https://docs.openpmix.org/en/latest/installing-pmix/index.html
[source]
tar = "https://github.com/openpmix/openpmix/releases/download/v6.1.0/pmix-6.1.0.tar.bz2"
[build]
template = "configure"
dependencies = [
"libevent",
"hwloc",
]

View File

@ -0,0 +1,9 @@
#TODO not compiled or tested
# build instructions: https://docs.prrte.org/en/latest/install.html
[source]
tar = "https://github.com/openpmix/prrte/releases/download/v4.1.0/prrte-4.1.0.tar.bz2"
[build]
template = "configure"
dependencies = [
"openpmix",
]

View File

@ -0,0 +1,10 @@
#TODO not compiled or tested
[source]
tar = "https://gitlab.gnome.org/World/secrets/-/releases/12.3/downloads/secrets-12.3.tar.xz"
[build]
template = "meson"
dependencies = [
"glib",
"gtk4",
"libadwaita",
]

View File

@ -0,0 +1,8 @@
#TODO missing script for go
# build instructions: https://github.com/elves/elvish/blob/main/docs/building.md
[source]
git = "https://github.com/elves/elvish"
branch = "v0.21-release"
shallow_clone = true
[build]
template = "custom"