mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-26 06:44:18 +08:00
Add recipes
This commit is contained in:
parent
475fea2e43
commit
363cc96adf
16
recipes/wip/analysis/labplot/recipe.toml
Normal file
16
recipes/wip/analysis/labplot/recipe.toml
Normal 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",
|
||||
]
|
||||
6
recipes/wip/dev/other/try-rs/recipe.toml
Normal file
6
recipes/wip/dev/other/try-rs/recipe.toml
Normal file
@ -0,0 +1,6 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/tassiovirginio/try-rs"
|
||||
shallow_clone = true
|
||||
[build]
|
||||
template = "cargo"
|
||||
8
recipes/wip/edu/gcompris/recipe.toml
Normal file
8
recipes/wip/edu/gcompris/recipe.toml
Normal 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"
|
||||
6
recipes/wip/games/other/termcraft/recipe.toml
Normal file
6
recipes/wip/games/other/termcraft/recipe.toml
Normal file
@ -0,0 +1,6 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/pagel-s/termcraft"
|
||||
shallow_clone = true
|
||||
[build]
|
||||
template = "cargo"
|
||||
16
recipes/wip/graphics/other/solvespace/recipe.toml
Normal file
16
recipes/wip/graphics/other/solvespace/recipe.toml
Normal 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",
|
||||
]
|
||||
6
recipes/wip/net/email/opensmtpd/recipe.toml
Normal file
6
recipes/wip/net/email/opensmtpd/recipe.toml
Normal 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"
|
||||
5
recipes/wip/net/email/postfix/recipe.toml
Normal file
5
recipes/wip/net/email/postfix/recipe.toml
Normal 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"
|
||||
8
recipes/wip/net/email/rspamd/recipe.toml
Normal file
8
recipes/wip/net/email/rspamd/recipe.toml
Normal 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"
|
||||
5
recipes/wip/net/email/sendmail/recipe.toml
Normal file
5
recipes/wip/net/email/sendmail/recipe.toml
Normal 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"
|
||||
5
recipes/wip/net/server/openbgpd/recipe.toml
Normal file
5
recipes/wip/net/server/openbgpd/recipe.toml
Normal 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"
|
||||
6
recipes/wip/tests/arclight/recipe.toml
Normal file
6
recipes/wip/tests/arclight/recipe.toml
Normal file
@ -0,0 +1,6 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/josd/arclight"
|
||||
shallow_clone = true
|
||||
[build]
|
||||
template = "cargo"
|
||||
Loading…
Reference in New Issue
Block a user