Compare commits

...

1 Commits

Author SHA1 Message Date
madonuko eb400dde58 add: unleashed-recompiled 2025-03-02 19:55:34 +08:00
3 changed files with 32 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
project pkg {
rpm {
spec = "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 <mado@fyralabs.com>
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
@@ -0,0 +1 @@
rpm.version(gh("hedge-dev/UnleashedRecomp"));