mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| eb400dde58 |
@@ -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"));
|
||||
Reference in New Issue
Block a user