mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 23:44:17 +08:00
Add recipes
This commit is contained in:
parent
efd0510443
commit
94d0d673bb
11
recipes/wip/gnome/showtime/recipe.toml
Normal file
11
recipes/wip/gnome/showtime/recipe.toml
Normal 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"]
|
||||
7
recipes/wip/image/converters/icy-sixel/recipe.toml
Normal file
7
recipes/wip/image/converters/icy-sixel/recipe.toml
Normal 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"]
|
||||
7
recipes/wip/libs/archives/minizip-ng/recipe.toml
Normal file
7
recipes/wip/libs/archives/minizip-ng/recipe.toml
Normal 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"
|
||||
5
recipes/wip/libs/config/yaml-cpp/recipe.toml
Normal file
5
recipes/wip/libs/config/yaml-cpp/recipe.toml
Normal 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"
|
||||
10
recipes/wip/libs/other/openpmix/recipe.toml
Normal file
10
recipes/wip/libs/other/openpmix/recipe.toml
Normal 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",
|
||||
]
|
||||
9
recipes/wip/libs/other/prrte/recipe.toml
Normal file
9
recipes/wip/libs/other/prrte/recipe.toml
Normal 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",
|
||||
]
|
||||
10
recipes/wip/security/secrets/recipe.toml
Normal file
10
recipes/wip/security/secrets/recipe.toml
Normal 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",
|
||||
]
|
||||
8
recipes/wip/shells/elvish/recipe.toml
Normal file
8
recipes/wip/shells/elvish/recipe.toml
Normal 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"
|
||||
Loading…
Reference in New Issue
Block a user