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
51529b2a
Commit
51529b2a
authored
7 months ago
by
Ivan Mazhukin
Committed by
Vitaly Lipatov
7 months ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm play: add schildichat-desktop (eterbug #17565)
parent
7ca99a67
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
43 additions
and
0 deletions
+43
-0
schildichat-desktop.sh
pack.d/schildichat-desktop.sh
+12
-0
schildichat-desktop.sh
play.d/schildichat-desktop.sh
+31
-0
No files found.
pack.d/schildichat-desktop.sh
0 → 100755
View file @
51529b2a
#!/bin/sh
TAR
=
"
$1
"
RETURNTARNAME
=
"
$2
"
#VERSION="$3"
.
$(
dirname
$0
)
/common.sh
PKGNAME
=
"
$(
basename
"
$TAR
"
|
sed
-e
's|SchildiChat|schildichat-desktop|'
)
"
mv
-v
$TAR
$PKGNAME
return_tar
$PKGNAME
This diff is collapsed.
Click to expand it.
play.d/schildichat-desktop.sh
0 → 100755
View file @
51529b2a
#!/bin/sh
PKGNAME
=
schildichat-desktop
SUPPORTEDARCHES
=
"x86_64"
VERSION
=
"
$2
"
DESCRIPTION
=
'Matrix client / Element Web / Desktop fork'
URL
=
"https://schildi.chat/"
.
$(
dirname
$0
)
/common.sh
warn_version_is_not_supported
case
$(
epm print info
-p
)
in
rpm
)
mask
=
"schildichat-desktop*x86_64.rpm"
;;
deb
)
mask
=
"schildichat-desktop*_amd64.deb"
;;
*
)
mask
=
"SchildiChat*.AppImage"
;;
esac
PKGURL
=
"
$(
eget
--list
--latest
https://github.com/SchildiChat/schildichat-desktop/releases
"
$mask
"
)
"
if
[
$mask
=
'SchildiChat*.AppImage'
]
;
then
install_pack_pkgurl
else
install_pkgurl
fi
This diff is collapsed.
Click to expand it.
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