diff --git a/recipes/wip/analysis/labplot/recipe.toml b/recipes/wip/analysis/labplot/recipe.toml new file mode 100644 index 000000000..952713c68 --- /dev/null +++ b/recipes/wip/analysis/labplot/recipe.toml @@ -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", +] diff --git a/recipes/wip/dev/other/try-rs/recipe.toml b/recipes/wip/dev/other/try-rs/recipe.toml new file mode 100644 index 000000000..12203b19c --- /dev/null +++ b/recipes/wip/dev/other/try-rs/recipe.toml @@ -0,0 +1,6 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/tassiovirginio/try-rs" +shallow_clone = true +[build] +template = "cargo" diff --git a/recipes/wip/edu/gcompris/recipe.toml b/recipes/wip/edu/gcompris/recipe.toml new file mode 100644 index 000000000..9aeb875ae --- /dev/null +++ b/recipes/wip/edu/gcompris/recipe.toml @@ -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" diff --git a/recipes/wip/games/other/termcraft/recipe.toml b/recipes/wip/games/other/termcraft/recipe.toml new file mode 100644 index 000000000..dc614e6c7 --- /dev/null +++ b/recipes/wip/games/other/termcraft/recipe.toml @@ -0,0 +1,6 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/pagel-s/termcraft" +shallow_clone = true +[build] +template = "cargo" diff --git a/recipes/wip/graphics/other/solvespace/recipe.toml b/recipes/wip/graphics/other/solvespace/recipe.toml new file mode 100644 index 000000000..7e7c11aba --- /dev/null +++ b/recipes/wip/graphics/other/solvespace/recipe.toml @@ -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", +] diff --git a/recipes/wip/net/email/opensmtpd/recipe.toml b/recipes/wip/net/email/opensmtpd/recipe.toml new file mode 100644 index 000000000..780582e49 --- /dev/null +++ b/recipes/wip/net/email/opensmtpd/recipe.toml @@ -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" diff --git a/recipes/wip/net/email/postfix/recipe.toml b/recipes/wip/net/email/postfix/recipe.toml new file mode 100644 index 000000000..916f31844 --- /dev/null +++ b/recipes/wip/net/email/postfix/recipe.toml @@ -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" diff --git a/recipes/wip/net/email/rspamd/recipe.toml b/recipes/wip/net/email/rspamd/recipe.toml new file mode 100644 index 000000000..682e2071a --- /dev/null +++ b/recipes/wip/net/email/rspamd/recipe.toml @@ -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" diff --git a/recipes/wip/net/email/sendmail/recipe.toml b/recipes/wip/net/email/sendmail/recipe.toml new file mode 100644 index 000000000..0456d28d1 --- /dev/null +++ b/recipes/wip/net/email/sendmail/recipe.toml @@ -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" diff --git a/recipes/wip/net/server/openbgpd/recipe.toml b/recipes/wip/net/server/openbgpd/recipe.toml new file mode 100644 index 000000000..23ff4f823 --- /dev/null +++ b/recipes/wip/net/server/openbgpd/recipe.toml @@ -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" diff --git a/recipes/wip/tests/arclight/recipe.toml b/recipes/wip/tests/arclight/recipe.toml new file mode 100644 index 000000000..f39635ea3 --- /dev/null +++ b/recipes/wip/tests/arclight/recipe.toml @@ -0,0 +1,6 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/josd/arclight" +shallow_clone = true +[build] +template = "cargo"