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
d69cb8a7
Commit
d69cb8a7
authored
May 22, 2023
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm play: add logseq support
parent
cad81b6b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
0 deletions
+20
-0
logseq.sh
play.d/logseq.sh
+20
-0
No files found.
play.d/logseq.sh
0 → 100755
View file @
d69cb8a7
#!/bin/sh
PKGNAME
=
logseq
SUPPORTEDARCHES
=
"x86_64"
VERSION
=
"
$2
"
DESCRIPTION
=
'Logseq - a platform for knowledge management and collaboration. From the official site'
URL
=
"https://github.com/logseq/logseq"
.
$(
dirname
$0
)
/common.sh
# https://github.com/logseq/logseq/releases/download/0.9.5/Logseq-linux-x64-0.9.5.AppImage
PKGURL
=
$(
epm tool eget
--list
https://github.com/logseq/logseq/releases/
"Logseq-linux-x64-
$VERSION
.AppImage"
|
grep
-v
nightly |
head
-n1
)
||
fatal
"Can't get package URL"
cd_to_temp_dir
epm tool eget
"
$PKGURL
"
||
fatal
newname
=
"
$(
echo
*
.AppImage |
sed
-e
"s|^Logseq-linux-x64|
$PKGNAME
-|"
)
"
mv
-v
*
.AppImage
$newname
||
exit
epm
install
"
$newname
"
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