From eb400dde58642101b19fca583fbd850a4a3b6944 Mon Sep 17 00:00:00 2001 From: madonuko Date: Sun, 2 Mar 2025 19:55:34 +0800 Subject: [PATCH] add: unleashed-recompiled --- anda/games/unleashed-recompiled/anda.hcl | 5 ++++ .../unleashed-recompiled.spec | 26 +++++++++++++++++++ anda/games/unleashed-recompiled/update.rhai | 1 + 3 files changed, 32 insertions(+) create mode 100644 anda/games/unleashed-recompiled/anda.hcl create mode 100644 anda/games/unleashed-recompiled/unleashed-recompiled.spec create mode 100644 anda/games/unleashed-recompiled/update.rhai diff --git a/anda/games/unleashed-recompiled/anda.hcl b/anda/games/unleashed-recompiled/anda.hcl new file mode 100644 index 0000000000..5be6954de0 --- /dev/null +++ b/anda/games/unleashed-recompiled/anda.hcl @@ -0,0 +1,5 @@ +project pkg { + rpm { + spec = "unleashed-recompiled.spec" + } +} diff --git a/anda/games/unleashed-recompiled/unleashed-recompiled.spec b/anda/games/unleashed-recompiled/unleashed-recompiled.spec new file mode 100644 index 0000000000..48bcd1cd49 --- /dev/null +++ b/anda/games/unleashed-recompiled/unleashed-recompiled.spec @@ -0,0 +1,26 @@ +Name: unleashed-recompiled +Version: 1.0.0 +Release: 1%?dist +Summary: An unofficial PC port of the Xbox 360 version of Sonic Unleashed created through the process of static recompilation +License: GPL-3.0-only +URL: https://github.com/hedge-dev/UnleashedRecomp +%dnl Source0: %url/archive/refs/tags/v%version.tar.gz +Packager: madonuko +BuildRequires: anda-srpm-macros cmake + +%description +Unleashed Recompiled is an unofficial PC port of the Xbox 360 version of Sonic Unleashed created through the process of static recompilation. The port offers Windows and Linux support with numerous built-in enhancements such as high resolutions, ultrawide support, high frame rates, improved performance and modding. + +%prep +%git_clone %url v%version + +%build +%cmake +%cmake_build + +%install +%cmake_install + +%files +%doc README.md +%license COPYING diff --git a/anda/games/unleashed-recompiled/update.rhai b/anda/games/unleashed-recompiled/update.rhai new file mode 100644 index 0000000000..abc338a474 --- /dev/null +++ b/anda/games/unleashed-recompiled/update.rhai @@ -0,0 +1 @@ +rpm.version(gh("hedge-dev/UnleashedRecomp"));