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
ef3dffbd
Commit
ef3dffbd
authored
Jul 21, 2023
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm play: add pcsx2
parent
66a8340b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
33 additions
and
0 deletions
+33
-0
pcsx2.sh
pack.d/pcsx2.sh
+17
-0
pcsx2.sh
play.d/pcsx2.sh
+16
-0
No files found.
pack.d/pcsx2.sh
0 → 100755
View file @
ef3dffbd
#!/bin/sh
TAR
=
"
$1
"
RETURNTARNAME
=
"
$2
"
.
$(
dirname
$0
)
/common.sh
# pcsx2-v1.7.4767-linux-appimage-x64-Qt.AppImage
VERSION
=
"
$(
basename
"
$TAR
"
|
sed
-e
's|^pcsx2-v||'
-e
's|-.*||'
)
"
[
-n
"
$VERSION
"
]
||
fatal
"Can't extract version from
$TAR
file."
PKGNAME
=
$PRODUCT
-
$VERSION
cp
$TAR
$PKGNAME
.AppImage
||
fatal
return_tar
$PKGNAME
.AppImage
play.d/pcsx2.sh
0 → 100755
View file @
ef3dffbd
#!/bin/sh
PKGNAME
=
pcsx2
SUPPORTEDARCHES
=
"x86_64"
VERSION
=
"
$2
"
DESCRIPTION
=
"PCSX2 - free and open-source PlayStation 2 (PS2) emulator from the official site"
URL
=
"https://github.com/PCSX2/pcsx2/releases"
.
$(
dirname
$0
)
/common.sh
# https://github.com/PCSX2/pcsx2/releases/download/v1.7.4767/pcsx2-v1.7.4767-linux-appimage-x64-Qt.AppImage
file
=
"pcsx2-v
${
VERSION
}
-linux-appimage-x64-Qt.AppImage"
PKGURL
=
$(
epm tool eget
--list
--latest
https://github.com/PCSX2/pcsx2/releases
$file
)
||
fatal
"Can't get package URL"
epm pack
--install
"
$PKGNAME
"
"
$PKGURL
"
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