From 1bf33106fa3dcac2187e1ee1a8556c5d5a7743a7 Mon Sep 17 00:00:00 2001
From: Ribbon <ribbon_45@proton.me>
Date: Thu, 15 Feb 2024 02:29:25 +0000
Subject: [PATCH] add recipes

---
 recipes/wip/games/uqm/recipe.toml     | 13 +++++++++++++
 recipes/wip/net/freenginx/recipe.toml |  5 +++++
 recipes/wip/net/nginx/recipe.toml     |  5 +++++
 3 files changed, 23 insertions(+)
 create mode 100644 recipes/wip/games/uqm/recipe.toml
 create mode 100644 recipes/wip/net/freenginx/recipe.toml
 create mode 100644 recipes/wip/net/nginx/recipe.toml

diff --git a/recipes/wip/games/uqm/recipe.toml b/recipes/wip/games/uqm/recipe.toml
new file mode 100644
index 000000000..1d01c0a1b
--- /dev/null
+++ b/recipes/wip/games/uqm/recipe.toml
@@ -0,0 +1,13 @@
+#TODO download game data - https://sourceforge.net/projects/sc2/files/UQM/0.8/uqm-0.8.0-content.uqm/download
+#TODO missing script, read the INSTALL file inside the tarball
+[source]
+tar = "https://sourceforge.net/projects/sc2/files/UQM/0.8/uqm-0.8.0-src.tgz/download"
+[build]
+template = "custom"
+dependencies = [
+    "sdl2",
+    "libpng",
+    "libogg",
+    "libvorbis",
+    "zlib",
+]
diff --git a/recipes/wip/net/freenginx/recipe.toml b/recipes/wip/net/freenginx/recipe.toml
new file mode 100644
index 000000000..ce2a06020
--- /dev/null
+++ b/recipes/wip/net/freenginx/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+tar = "https://freenginx.org/download/nginx-1.24.0.tar.gz"
+[build]
+template = "configure"
diff --git a/recipes/wip/net/nginx/recipe.toml b/recipes/wip/net/nginx/recipe.toml
new file mode 100644
index 000000000..ddd37cd99
--- /dev/null
+++ b/recipes/wip/net/nginx/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+tar = "https://nginx.org/download/nginx-1.24.0.tar.gz"
+[build]
+template = "configure"
-- 
GitLab