Add more recipes

This commit is contained in:
Ribbon 2026-06-09 22:01:20 -03:00
parent a722ca40fa
commit a1593cc507
13 changed files with 90 additions and 0 deletions

View File

@ -0,0 +1,9 @@
#TODO compile and test
# dependencies: https://github.com/OpenMPT/openmpt/blob/master/doc/libopenmpt/dependencies.md
[source]
tar = "https://lib.openmpt.org/files/libopenmpt/src/libopenmpt-0.8.7+release.autotools.tar.gz"
[build]
template = "configure"
dependencies = [
"sdl2",
]

View File

@ -0,0 +1,5 @@
#TODO compile and test
[source]
tar = "https://sourceforge.net/projects/judy/files/judy/Judy-1.0.5/Judy-1.0.5.tar.gz/download"
[build]
template = "configure"

View File

@ -0,0 +1,8 @@
#TODO compile and test
[source]
tar = "https://ftp.gnu.org/gnu/libmicrohttpd/libmicrohttpd-1.0.5.tar.gz"
[build]
template = "configure"
dependencies = [
"gnutls3",
]

View File

@ -0,0 +1,5 @@
#TODO compile and test
[source]
tar = "https://ftp.gnu.org/gnu/gengetopt/gengetopt-2.23.tar.xz"
[build]
template = "configure"

View File

@ -0,0 +1,5 @@
#TODO compile and test
[source]
tar = "https://github.com/maxmind/libmaxminddb/releases/download/1.13.3/libmaxminddb-1.13.3.tar.gz"
[build]
template = "configure"

View File

@ -0,0 +1,11 @@
#TODO compile and test
[source]
git = "https://invent.kde.org/libraries/qca"
rev = "v2.3.10"
shallow_clone = true
[build]
template = "cmake"
cmakeflags = [
"-DBUILD_WITH_QT6=ON",
"-DBUILD_TESTS=OFF",
]

View File

@ -0,0 +1,10 @@
#TODO compile and test
[source]
git = "https://github.com/frankosterfeld/qtkeychain"
rev = "0.16.0"
shallow_clone = true
[build]
template = "cmake"
cmakeflags = [
"-DBUILD_TRANSLATIONS=OFF"
]

View File

@ -0,0 +1,5 @@
#TODO add script for gnu make or qmake: https://qwt.sourceforge.io/qwtinstall.html
[source]
tar = "https://sourceforge.net/projects/qwt/files/qwt/6.3.0/qwt-6.3.0.tar.bz2/download"
[build]
template = "custom"

View File

@ -0,0 +1,5 @@
#TODO compile and test
[source]
tar = "https://github.com/libspatialindex/libspatialindex/releases/download/2.1.0/spatialindex-src-2.1.0.tar.bz2"
[build]
template = "cmake"

View File

@ -0,0 +1,8 @@
#TODO discover minimum dependencies from cmake log
# build instructions: https://github.com/greenbone/gvm-libs/blob/main/INSTALL.md
[source]
git = "https://github.com/greenbone/gvm-libs"
rev = "v23.2.2"
shallow_clone = true
[build]
template = "cmake"

View File

@ -0,0 +1,9 @@
#TODO add script for gnu make:
# https://aflplus.plus/building/
# https://github.com/AFLplusplus/AFLplusplus/blob/stable/docs/INSTALL.md # has feature flags
[source]
git = "https://github.com/AFLplusplus/AFLplusplus"
rev = "v5.00c"
shallow_clone = true
[build]
template = "custom"

View File

@ -0,0 +1,5 @@
#TODO add script for gnu make:https://gitlab.com/akihe/radamsa#building-radamsa
[source]
tar = "https://gitlab.com/akihe/radamsa/-/archive/v0.7/radamsa-v0.7.tar.bz2"
[build]
template = "custom"

View File

@ -0,0 +1,5 @@
#TODO compile and test
[source]
tar = "https://github.com/samhocevar/zzuf/releases/download/v0.15/zzuf-0.15.tar.bz2"
[build]
template = "configure"