Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eepm
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
eepm
Commits
96c975bf
Commit
96c975bf
authored
Nov 10, 2025
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm play: add unreal-engine-stub (download and unpack Unreal Engine manually)
parent
b2fc79eb
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
44 additions
and
6 deletions
+44
-6
unreal-engine-stub.sh
play.d/unreal-engine-stub.sh
+25
-0
unreal-engine.sh
play.d/unreal-engine.sh
+7
-6
unreal-engine-stub.sh
repack.d/unreal-engine-stub.sh
+12
-0
No files found.
play.d/unreal-engine-stub.sh
0 → 100755
View file @
96c975bf
#!/bin/sh
PKGNAME
=
unreal-engine-stub
SUPPORTEDARCHES
=
"x86_64"
VERSION
=
"
$2
"
DESCRIPTION
=
"Unreal Engine stub (stub package with desktop, icon and mimetype"
URL
=
"https://www.unrealengine.com/"
.
$(
dirname
$0
)
/common.sh
warn_version_is_not_supported
VERSION
=
0
PKGURL
=
"ipfs://QmXWqBmLUjo9FDmJ5RsMUtEV1Z5ggTVQJWodyKTtrkPNuU?filename=
$PKGNAME
-
$VERSION
.tar"
install_pkgurl
cat
<<
EOF
Since Epic Games provides the Unreal Engine download link only to registered users, we cannot create a complete play script.
Since RPM 4 does not support package more than 4Gb size, we suggest you
download zip file manually from https://www.unrealengine.com/linux and
unpack Linux_Unreal_Engine**.zip to /opt/unreal-engine
EOF
play.d/unreal-engine.sh
View file @
96c975bf
...
@@ -3,18 +3,19 @@
...
@@ -3,18 +3,19 @@
PKGNAME
=
unreal-engine
PKGNAME
=
unreal-engine
SUPPORTEDARCHES
=
"x86_64"
SUPPORTEDARCHES
=
"x86_64"
VERSION
=
"
$2
"
VERSION
=
"
$2
"
DESCRIPTION
=
" (stub for epm pack)"
DESCRIPTION
=
"
Unreal Engine
(stub for epm pack)"
URL
=
"https://www.unrealengine.com/"
URL
=
"https://www.unrealengine.com/"
.
$(
dirname
$0
)
/common.sh
.
$(
dirname
$0
)
/common.sh
DESCRIPTION
=
"Professional A/V post-production software suite from Blackmagic Design (stub for epm pack)"
URL
=
"https://www.blackmagicdesign.com"
cat
<<
EOF
cat
<<
EOF
Since Epic Games provides the Unreal Engine download link only to registered users, we cannot create a complete play script.
Since Epic Games provides the Unreal Engine download link only to registered users, we cannot create a complete play script.
Please download the zip file manually from https://www.unrealengine.com/linux and run
We ever can't create rpm package for you due 4Gb limit for RPM 4 packages.
epm install Linux_Unreal_Engine**.zip
Please use epm play unreal-engine-stub.
EOF
EOF
#Please download the zip file manually from https://www.unrealengine.com/linux and run
#epm install Linux_Unreal_Engine**.zip
#EOF
repack.d/unreal-engine-stub.sh
0 → 100755
View file @
96c975bf
#!/bin/sh -x
# It will be run with two args: buildroot spec
BUILDROOT
=
"
$1
"
SPEC
=
"
$2
"
.
$(
dirname
$0
)
/common.sh
add_conflicts unreal-engine
mkdir
-p
opt/unreal-engine/
pack_file /opt/unreal-engine/
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment