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
93427e80
Commit
93427e80
authored
Mar 31, 2024
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm play ktalk: fix package name
parent
f80bda3a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
1 deletion
+15
-1
ktalk.sh
pack.d/ktalk.sh
+14
-0
ktalk.sh
play.d/ktalk.sh
+1
-1
No files found.
pack.d/ktalk.sh
0 → 100755
View file @
93427e80
#!/bin/sh
TAR
=
"
$1
"
RETURNTARNAME
=
"
$2
"
#VERSION="$3"
.
$(
dirname
$0
)
/common.sh
# TODO: generalize these replacements
# ktalk2.10.0x86_64.AppImage
PKGNAME
=
"
$PRODUCT
.AppImage"
mv
-v
$TAR
$PKGNAME
return_tar
$PKGNAME
play.d/ktalk.sh
View file @
93427e80
...
...
@@ -14,4 +14,4 @@ PKGURL="https://app.ktalk.ru/system/dist/download/linux"
# curl can't get filename: https://github.com/curl/curl/issues/8461
epm assure wget
||
fatal
EGET_BACKEND
=
wget epm
install
$PKGURL
EGET_BACKEND
=
wget 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