Add recipes

This commit is contained in:
Ribbon 2025-10-30 02:35:09 -03:00
parent 4bfaea13b7
commit 8fb25572ae
12 changed files with 92 additions and 0 deletions

View File

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

View 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",
]

View 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",
]

View File

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

View 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",
]

View File

@ -0,0 +1,6 @@
#TODO missing script for gnu make
[source]
git = "https://git.suckless.org/quark"
rev = "5ad0df91757fbc577ffceeca633725e962da345d.html"
[build]
template = "custom"

View 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",
]

View 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"

View 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",
]

View 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"

View 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",
]

View 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"