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
2ee14eb5
Commit
2ee14eb5
authored
Jan 14, 2025
by
Boris Yumankulov
Committed by
Vitaly Lipatov
Jan 18, 2025
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm play common: rename get_github_version to get_github_url
parent
9bf79c96
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
13 additions
and
13 deletions
+13
-13
common.sh
play.d/common.sh
+1
-1
heroic-games-launcher.sh
play.d/heroic-games-launcher.sh
+1
-1
lossless-cut.sh
play.d/lossless-cut.sh
+1
-1
mattermost-desktop.sh
play.d/mattermost-desktop.sh
+1
-1
moonlight.sh
play.d/moonlight.sh
+1
-1
naps2.sh
play.d/naps2.sh
+1
-1
persepolis.sh
play.d/persepolis.sh
+1
-1
schildichat-desktop.sh
play.d/schildichat-desktop.sh
+2
-2
simplenote.sh
play.d/simplenote.sh
+1
-1
sunshine.sh
play.d/sunshine.sh
+1
-1
tsukimi.sh
play.d/tsukimi.sh
+1
-1
zed.sh
play.d/zed.sh
+1
-1
No files found.
play.d/common.sh
View file @
2ee14eb5
...
...
@@ -170,7 +170,7 @@ get_latest_version()
done
}
get_github_
version
()
get_github_
url
()
{
local
url
=
"
$1
"
local
user_and_repo
=
${
url
#https
://github.com/
}
...
...
play.d/heroic-games-launcher.sh
View file @
2ee14eb5
...
...
@@ -9,7 +9,7 @@ URL="https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher"
.
$(
dirname
$0
)
/common.sh
if
[
"
$VERSION
"
=
"*"
]
;
then
PKGURL
=
$(
get_github_
version
"https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/"
"
${
PKGNAME
}
-.
${
VERSION
}
.AppImage"
)
PKGURL
=
$(
get_github_
url
"https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/"
"
${
PKGNAME
}
-.
${
VERSION
}
.AppImage"
)
else
PKGURL
=
"https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/releases/download/v
$VERSION
/
${
PKGNAME
}
-
${
VERSION
}
.AppImage"
fi
...
...
play.d/lossless-cut.sh
View file @
2ee14eb5
...
...
@@ -18,7 +18,7 @@ case "$(epm print info -a)" in
esac
if
[
"
$VERSION
"
=
"*"
]
;
then
PKGURL
=
$(
get_github_
version
"https://github.com/mifi/lossless-cut/"
"LosslessCut-linux-
$arch
.tar.bz2"
)
PKGURL
=
$(
get_github_
url
"https://github.com/mifi/lossless-cut/"
"LosslessCut-linux-
$arch
.tar.bz2"
)
else
PKGURL
=
"https://github.com/mifi/lossless-cut/releases/download/v
$VERSION
/LosslessCut-linux-
$arch
.tar.bz2"
fi
...
...
play.d/mattermost-desktop.sh
View file @
2ee14eb5
...
...
@@ -21,7 +21,7 @@ case "$arch" in
;;
esac
PKGURL
=
$(
get_github_
version
"https://github.com/mattermost/desktop/"
"
$(
epm print constructname
$PKGNAME
".
$VERSION
*"
$arch
"deb"
)
"
)
PKGURL
=
$(
get_github_
url
"https://github.com/mattermost/desktop/"
"
$(
epm print constructname
$PKGNAME
".
$VERSION
*"
$arch
"deb"
)
"
)
install_pkgurl
play.d/moonlight.sh
View file @
2ee14eb5
...
...
@@ -9,7 +9,7 @@ URL="https://moonlight-stream.org/"
.
$(
dirname
$0
)
/common.sh
if
[
"
$VERSION
"
=
"*"
]
;
then
PKGURL
=
$(
get_github_
version
"https://github.com/moonlight-stream/moonlight-qt/"
"
$PKGNAME
-.
$VERSION
-x86_64.AppImage"
)
PKGURL
=
$(
get_github_
url
"https://github.com/moonlight-stream/moonlight-qt/"
"
$PKGNAME
-.
$VERSION
-x86_64.AppImage"
)
else
PKGURL
=
"https://github.com/moonlight-stream/moonlight-qt/releases/download/v
$VERSION
/
$PKGNAME
-
$VERSION
-x86_64.AppImage"
fi
...
...
play.d/naps2.sh
View file @
2ee14eb5
...
...
@@ -27,7 +27,7 @@ else
fi
if
[
"
$VERSION
"
=
"*"
]
;
then
PKGURL
=
$(
get_github_
version
"https://github.com/cyanfish/naps2/"
"
$PKGNAME
-.
$VERSION
-linux-
$arch
.
$pkgtype
"
)
PKGURL
=
$(
get_github_
url
"https://github.com/cyanfish/naps2/"
"
$PKGNAME
-.
$VERSION
-linux-
$arch
.
$pkgtype
"
)
else
PKGURL
=
"https://github.com/cyanfish/naps2/releases/download/v
$VERSION
/
$PKGNAME
-
$VERSION
-linux-
$arch
.
$pkgtype
"
fi
...
...
play.d/persepolis.sh
View file @
2ee14eb5
...
...
@@ -9,7 +9,7 @@ URL="https://persepolisdm.github.io/"
.
$(
dirname
$0
)
/common.sh
if
[
"
$VERSION
"
=
"*"
]
;
then
PKGURL
=
$(
get_github_
version
"https://github.com/persepolisdm/persepolis/"
"
${
PKGNAME
}
_.
${
VERSION
}
_all.deb"
)
PKGURL
=
$(
get_github_
url
"https://github.com/persepolisdm/persepolis/"
"
${
PKGNAME
}
_.
${
VERSION
}
_all.deb"
)
else
PKGURL
=
"https://github.com/persepolisdm/persepolis/releases/download/
$VERSION
/
${
PKGNAME
}
_
${
VERSION
}
_all.deb"
fi
...
...
play.d/schildichat-desktop.sh
View file @
2ee14eb5
...
...
@@ -23,9 +23,9 @@ case $pkgtype in
esac
if
[
"
$VERSION
"
=
"*"
]
;
then
PKGURL
=
$(
get_github_
version
"https://github.com/SchildiChat/schildichat-desktop/"
"
$mask
"
)
PKGURL
=
$(
get_github_
url
"https://github.com/SchildiChat/schildichat-desktop/"
"
$mask
"
)
else
# need because get_github_
version
doesn't support ${VERSION} without a dot before VERSION in mask
# need because get_github_
url
doesn't support ${VERSION} without a dot before VERSION in mask
direct_mask
=
"
$(
echo
$mask
|
sed
's/\.//'
)
"
PKGURL
=
"https://github.com/SchildiChat/schildichat-desktop/releases/download/v
$VERSION
/
$direct_mask
"
fi
...
...
play.d/simplenote.sh
View file @
2ee14eb5
...
...
@@ -20,7 +20,7 @@ case "$(epm print info -a)" in
esac
if
[
"
$VERSION
"
=
"*"
]
;
then
PKGURL
=
$(
get_github_
version
"https://github.com/Automattic/simplenote-electron/"
"
$PKGNAME
-.
$VERSION
-
$arch
.AppImage"
)
PKGURL
=
$(
get_github_
url
"https://github.com/Automattic/simplenote-electron/"
"
$PKGNAME
-.
$VERSION
-
$arch
.AppImage"
)
else
PKGURL
=
"https://github.com/Automattic/simplenote-electron/releases/download/v
$VERSION
/
$PKGNAME
-
$VERSION
-
$arch
.AppImage"
fi
...
...
play.d/sunshine.sh
View file @
2ee14eb5
...
...
@@ -8,7 +8,7 @@ URL="https://app.lizardbyte.dev/Sunshine"
.
$(
dirname
$0
)
/common.sh
PKGURL
=
$(
get_github_
version
"https://github.com/LizardByte/Sunshine/"
"sunshine-fedora-.*-amd64.rpm"
)
PKGURL
=
$(
get_github_
url
"https://github.com/LizardByte/Sunshine/"
"sunshine-fedora-.*-amd64.rpm"
)
install_pkgurl
...
...
play.d/tsukimi.sh
View file @
2ee14eb5
...
...
@@ -9,7 +9,7 @@ URL="https://github.com/tsukinaha/tsukimi"
.
$(
dirname
$0
)
/common.sh
if
[
"
$VERSION
"
=
"*"
]
;
then
PKGURL
=
$(
get_github_
version
"https://github.com/tsukinaha/tsukimi/"
"tsukimi-x86_64-linux-gnu.tar.gz"
)
PKGURL
=
$(
get_github_
url
"https://github.com/tsukinaha/tsukimi/"
"tsukimi-x86_64-linux-gnu.tar.gz"
)
else
PKGURL
=
"https://github.com/tsukinaha/tsukimi/releases/download/v
$VERSION
/tsukimi-x86_64-linux-gnu.tar.gz"
fi
...
...
play.d/zed.sh
View file @
2ee14eb5
...
...
@@ -21,7 +21,7 @@ case "$arch" in
esac
if
[
"
$VERSION
"
=
"*"
]
;
then
PKGURL
=
$(
get_github_
version
"https://github.com/zed-industries/zed/"
"zed-linux-
$arch
.tar.gz"
)
PKGURL
=
$(
get_github_
url
"https://github.com/zed-industries/zed/"
"zed-linux-
$arch
.tar.gz"
)
else
PKGURL
=
"https://github.com/zed-industries/zed/releases/download/v
$VERSION
/zed-linux-
$arch
.tar.gz"
fi
...
...
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