mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
Add more recipes
This commit is contained in:
parent
a722ca40fa
commit
a1593cc507
9
recipes/wip/libs/media/libopenmpt/recipe.toml
Normal file
9
recipes/wip/libs/media/libopenmpt/recipe.toml
Normal 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",
|
||||
]
|
||||
5
recipes/wip/libs/mem/judy/recipe.toml
Normal file
5
recipes/wip/libs/mem/judy/recipe.toml
Normal 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"
|
||||
8
recipes/wip/libs/net/libmicrohttpd/recipe.toml
Normal file
8
recipes/wip/libs/net/libmicrohttpd/recipe.toml
Normal 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",
|
||||
]
|
||||
5
recipes/wip/libs/other/gengetopt/recipe.toml
Normal file
5
recipes/wip/libs/other/gengetopt/recipe.toml
Normal 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"
|
||||
5
recipes/wip/libs/other/libmaxminddb/recipe.toml
Normal file
5
recipes/wip/libs/other/libmaxminddb/recipe.toml
Normal 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"
|
||||
11
recipes/wip/libs/qt/qca/recipe.toml
Normal file
11
recipes/wip/libs/qt/qca/recipe.toml
Normal 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",
|
||||
]
|
||||
10
recipes/wip/libs/qt/qtkeychain/recipe.toml
Normal file
10
recipes/wip/libs/qt/qtkeychain/recipe.toml
Normal 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"
|
||||
]
|
||||
5
recipes/wip/libs/qt/qwt/recipe.toml
Normal file
5
recipes/wip/libs/qt/qwt/recipe.toml
Normal 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"
|
||||
5
recipes/wip/libs/sci/libspatialindex/recipe.toml
Normal file
5
recipes/wip/libs/sci/libspatialindex/recipe.toml
Normal 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"
|
||||
8
recipes/wip/libs/security/gvm-libs/recipe.toml
Normal file
8
recipes/wip/libs/security/gvm-libs/recipe.toml
Normal 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"
|
||||
9
recipes/wip/tests/aflplusplus/recipe.toml
Normal file
9
recipes/wip/tests/aflplusplus/recipe.toml
Normal 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"
|
||||
5
recipes/wip/tests/radamsa/recipe.toml
Normal file
5
recipes/wip/tests/radamsa/recipe.toml
Normal 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"
|
||||
5
recipes/wip/tests/zzuf/recipe.toml
Normal file
5
recipes/wip/tests/zzuf/recipe.toml
Normal 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"
|
||||
Loading…
Reference in New Issue
Block a user