From cafac79ba4776da708552e8e536a704630c90932 Mon Sep 17 00:00:00 2001 From: Ribbon Date: Tue, 17 Feb 2026 18:20:08 -0300 Subject: [PATCH] Move quake1-shareware recipe to games/data category --- .../wip/games/{fps => data}/quake1-shareware/manifest | 0 .../games/{fps => data}/quake1-shareware/pak0.pak.sha | 0 .../{fps => data}/quake1-shareware/quake106.zip.sha | 0 .../wip/games/{fps => data}/quake1-shareware/recipe.toml | 9 ++++++--- 4 files changed, 6 insertions(+), 3 deletions(-) rename recipes/wip/games/{fps => data}/quake1-shareware/manifest (100%) rename recipes/wip/games/{fps => data}/quake1-shareware/pak0.pak.sha (100%) rename recipes/wip/games/{fps => data}/quake1-shareware/quake106.zip.sha (100%) rename recipes/wip/games/{fps => data}/quake1-shareware/recipe.toml (86%) diff --git a/recipes/wip/games/fps/quake1-shareware/manifest b/recipes/wip/games/data/quake1-shareware/manifest similarity index 100% rename from recipes/wip/games/fps/quake1-shareware/manifest rename to recipes/wip/games/data/quake1-shareware/manifest diff --git a/recipes/wip/games/fps/quake1-shareware/pak0.pak.sha b/recipes/wip/games/data/quake1-shareware/pak0.pak.sha similarity index 100% rename from recipes/wip/games/fps/quake1-shareware/pak0.pak.sha rename to recipes/wip/games/data/quake1-shareware/pak0.pak.sha diff --git a/recipes/wip/games/fps/quake1-shareware/quake106.zip.sha b/recipes/wip/games/data/quake1-shareware/quake106.zip.sha similarity index 100% rename from recipes/wip/games/fps/quake1-shareware/quake106.zip.sha rename to recipes/wip/games/data/quake1-shareware/quake106.zip.sha diff --git a/recipes/wip/games/fps/quake1-shareware/recipe.toml b/recipes/wip/games/data/quake1-shareware/recipe.toml similarity index 86% rename from recipes/wip/games/fps/quake1-shareware/recipe.toml rename to recipes/wip/games/data/quake1-shareware/recipe.toml index f721529c1..2fdf0d80c 100644 --- a/recipes/wip/games/fps/quake1-shareware/recipe.toml +++ b/recipes/wip/games/data/quake1-shareware/recipe.toml @@ -1,9 +1,12 @@ -# TODO: -# * Requires unarchivers +# TODO: not tested [build] template = "custom" -dependencies = ["lhasa", "unzrip"] +dev-dependencies = [ + "host:lhasa", + "host:unzrip", + "host:7-zip", +] script = """ curl -O "https://github.com/Jason2Brownlee/QuakeOfficialArchive/raw/refs/heads/main/bin/quake106.zip" sha256sum -c quake106.zip.sha