Add recipes

This commit is contained in:
Ribbon 2026-03-31 20:34:07 -03:00
parent 475fea2e43
commit 363cc96adf
11 changed files with 87 additions and 0 deletions

View File

@ -0,0 +1,16 @@
#TODO not compiled or tested
#TODO discover minimum dependencies from cmake log
[source]
git = "https://invent.kde.org/education/labplot"
branch = "release/2.12"
shallow_clone = true
[build]
template = "cmake"
cmakeflags = [
"-DENABLE_TESTS=OFF",
"-DENABLE_SDK=OFF",
]
dependencies = [
"libgsl",
"qads",
]

View File

@ -0,0 +1,6 @@
#TODO not compiled or tested
[source]
git = "https://github.com/tassiovirginio/try-rs"
shallow_clone = true
[build]
template = "cargo"

View File

@ -0,0 +1,8 @@
#TODO not compiled or tested
#TODO discover minimum dependencies from cmake log
[source]
git = "https://invent.kde.org/education/gcompris"
branch = "KDE/26.0"
shallow_clone = true
[build]
template = "cmake"

View File

@ -0,0 +1,6 @@
#TODO not compiled or tested
[source]
git = "https://github.com/pagel-s/termcraft"
shallow_clone = true
[build]
template = "cargo"

View File

@ -0,0 +1,16 @@
#TODO not compiled or tested
[source]
tar = "https://github.com/solvespace/solvespace/releases/download/v3.2/solvespace-3.2.tar.xz"
[build]
template = "cmake"
cmakeflags = [
"-DENABLE_TESTS=OFF"
]
dependencies = [
"zlib",
"libpng",
"cairo",
"freetype2",
"fontconfig",
"gtk3mm",
]

View File

@ -0,0 +1,6 @@
#TODO not compiled or tested
# build instructions on the INSTALL document in the tarball
[source]
tar = "https://www.opensmtpd.org/archives/opensmtpd-7.8.0p1.tar.gz"
[build]
template = "configure"

View File

@ -0,0 +1,5 @@
#TODO missing script for gnu make: https://www.postfix.org/INSTALL.html
[source]
tar = "https://archive.mgm51.com/mirrors/postfix-source/official/postfix-3.11.1.tar.gz"
[build]
template = "custom"

View File

@ -0,0 +1,8 @@
#TODO not compiled or tested
# configuration: https://docs.rspamd.com/tutorials/quickstart/
[source]
git = "https://github.com/rspamd/rspamd"
rev = "4.0.0"
shallow_clone = true
[build]
template = "cmake"

View File

@ -0,0 +1,5 @@
#TODO missing script, read the INSTALL document in the tarball
[source]
tar = "https://ftp.sendmail.org/sendmail.8.18.2.tar.gz"
[build]
template = "custom"

View File

@ -0,0 +1,5 @@
#TODO not compiled or tested
[source]
tar = "https://cdn.openbsd.org/pub/OpenBSD/OpenBGPD/openbgpd-9.0.tar.gz"
[build]
template = "configure"

View File

@ -0,0 +1,6 @@
#TODO not compiled or tested
[source]
git = "https://github.com/josd/arclight"
shallow_clone = true
[build]
template = "cargo"