mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 05:14:18 +08:00
Add recipes
This commit is contained in:
parent
4bfaea13b7
commit
8fb25572ae
5
recipes/wip/dev/managers/ratifact/recipe.toml
Normal file
5
recipes/wip/dev/managers/ratifact/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/adolfousier/ratifact"
|
||||
[build]
|
||||
template = "cargo"
|
||||
11
recipes/wip/image/other/curtail/recipe.toml
Normal file
11
recipes/wip/image/other/curtail/recipe.toml
Normal file
@ -0,0 +1,11 @@
|
||||
#TODO missing dependencies: https://github.com/Huluti/Curtail#tech
|
||||
# build instructions: https://github.com/Huluti/Curtail#build-from-source-nightly
|
||||
[source]
|
||||
git = "https://github.com/Huluti/Curtail"
|
||||
rev = "1.13.0"
|
||||
[build]
|
||||
template = "meson"
|
||||
dependencies = [
|
||||
"gtk4",
|
||||
"libadwaita",
|
||||
]
|
||||
8
recipes/wip/image/other/jpegoptim/recipe.toml
Normal file
8
recipes/wip/image/other/jpegoptim/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
tar = "https://github.com/tjko/jpegoptim/releases/download/v1.5.6/jpegoptim-1.5.6.tar.gz"
|
||||
[build]
|
||||
template = "configure"
|
||||
dependencies = [
|
||||
"libjpeg",
|
||||
]
|
||||
5
recipes/wip/image/other/pngquant/recipe.toml
Normal file
5
recipes/wip/image/other/pngquant/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/kornelski/pngquant"
|
||||
[build]
|
||||
template = "cargo"
|
||||
9
recipes/wip/libs/gui/girara/recipe.toml
Normal file
9
recipes/wip/libs/gui/girara/recipe.toml
Normal file
@ -0,0 +1,9 @@
|
||||
#TODO not compiled or tested
|
||||
# build instructions: https://pwmt.org/projects/girara/installation/
|
||||
[source]
|
||||
tar = "https://pwmt.org/projects/girara/download/girara-0.4.5.tar.xz"
|
||||
[build]
|
||||
template = "meson"
|
||||
dependencies = [
|
||||
"gtk3",
|
||||
]
|
||||
6
recipes/wip/net/http/quark/recipe.toml
Normal file
6
recipes/wip/net/http/quark/recipe.toml
Normal file
@ -0,0 +1,6 @@
|
||||
#TODO missing script for gnu make
|
||||
[source]
|
||||
git = "https://git.suckless.org/quark"
|
||||
rev = "5ad0df91757fbc577ffceeca633725e962da345d.html"
|
||||
[build]
|
||||
template = "custom"
|
||||
9
recipes/wip/net/proxy/hitch/recipe.toml
Normal file
9
recipes/wip/net/proxy/hitch/recipe.toml
Normal file
@ -0,0 +1,9 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
tar = "https://www.hitch-tls.org/source/hitch-1.8.0.tar.gz"
|
||||
[build]
|
||||
template = "configure"
|
||||
dependencies = [
|
||||
"libev",
|
||||
"openssl3",
|
||||
]
|
||||
5
recipes/wip/net/proxy/stunnel/recipe.toml
Normal file
5
recipes/wip/net/proxy/stunnel/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
tar = "https://www.stunnel.org/downloads/stunnel-5.76.tar.gz"
|
||||
[build]
|
||||
template = "configure"
|
||||
10
recipes/wip/office/zathura/recipe.toml
Normal file
10
recipes/wip/office/zathura/recipe.toml
Normal file
@ -0,0 +1,10 @@
|
||||
#TODO not compiled or tested
|
||||
# build instructions: https://pwmt.org/projects/zathura/installation/
|
||||
[source]
|
||||
tar = "https://pwmt.org/projects/zathura/download/zathura-0.5.14.tar.xz"
|
||||
[build]
|
||||
template = "meson"
|
||||
dependencies = [
|
||||
"girara",
|
||||
"gtk3",
|
||||
]
|
||||
6
recipes/wip/scan/zbar/recipe.toml
Normal file
6
recipes/wip/scan/zbar/recipe.toml
Normal file
@ -0,0 +1,6 @@
|
||||
#TODO not compiled or tested
|
||||
#TODO determine the dependencies
|
||||
[source]
|
||||
tar = "http://sourceforge.net/projects/zbar/files/zbar/0.10/zbar-0.10.tar.bz2/download"
|
||||
[build]
|
||||
template = "configure"
|
||||
11
recipes/wip/video/editors/blind/recipe.toml
Normal file
11
recipes/wip/video/editors/blind/recipe.toml
Normal file
@ -0,0 +1,11 @@
|
||||
#TODO missing script for gnu make
|
||||
#TODO verify if ffmpeg and imagemagick are needed at compile-time or run-time
|
||||
[source]
|
||||
tar = "https://dl.suckless.org/tools/blind-1.1.tar.gz"
|
||||
[build]
|
||||
template = "custom"
|
||||
[package]
|
||||
dependencies = [
|
||||
"ffmpeg6",
|
||||
"imagemagick",
|
||||
]
|
||||
7
recipes/wip/web/elinks/recipe.toml
Normal file
7
recipes/wip/web/elinks/recipe.toml
Normal file
@ -0,0 +1,7 @@
|
||||
#TODO not compiled or tested
|
||||
#TODO determine dependencies
|
||||
# build instructions: https://github.com/rkd77/elinks/blob/master/INSTALL
|
||||
[source]
|
||||
tar = "https://github.com/rkd77/elinks/releases/download/v0.18.0/elinks-0.18.0.tar.xz"
|
||||
[build]
|
||||
template = "meson"
|
||||
Loading…
Reference in New Issue
Block a user