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
969317b5
Commit
969317b5
authored
Oct 28, 2024
by
Иван Мажукин
Committed by
Vitaly Lipatov
Nov 09, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm play: add fbreader (eterbug #17797)
parent
9ffb65bf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
0 deletions
+21
-0
fbreader.sh
play.d/fbreader.sh
+21
-0
No files found.
play.d/fbreader.sh
0 → 100755
View file @
969317b5
#!/bin/sh
PKGNAME
=
FBReader_Book_Reader
SUPPORTEDARCHES
=
"x86_64 aarch64"
VERSION
=
"
$2
"
DESCRIPTION
=
"An ePub reader supporting Readium LCP DRM. Also opens fb2 and other formats. Free, fast, configurable"
URL
=
"https://fbreader.org/en/linux"
.
$(
dirname
$0
)
/common.sh
warn_version_is_not_supported
arch
=
$(
epm print info
-a
)
if
[
"
$VERSION
"
=
"*"
]
;
then
VERSION
=
$(
eget
-O-
https://fbreader.org/en/linux/packages |
grep
-o
-m
1
"FBReader [0-9].[0-9].[0-9]"
|
awk
'{print $2}'
)
fi
PKGURL
=
"https://fbreader.org/static/packages/linux/FBReader_Book_Reader-
$arch
-
$VERSION
.AppImage"
install_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