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
e32deb22
Commit
e32deb22
authored
Nov 21, 2025
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm play: add manuskript
parent
2c8cb36d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
51 additions
and
0 deletions
+51
-0
manuskript.sh
play.d/manuskript.sh
+27
-0
manuskript.sh
repack.d/manuskript.sh
+24
-0
No files found.
play.d/manuskript.sh
0 → 100755
View file @
e32deb22
#!/bin/sh
PKGNAME
=
manuskript
SUPPORTEDARCHES
=
""
VERSION
=
"
$2
"
DESCRIPTION
=
"A open-source tool for writers for Linux from the official site"
URL
=
"http://www.theologeek.ch/manuskript"
.
$(
dirname
$0
)
/common.sh
case
$(
epm print info
-p
)
in
rpm
)
file
=
"
$PKGNAME
-
$VERSION
-1.noarch.rpm"
;;
*
)
file
=
"
$PKGNAME
-
$VERSION
-1.deb"
;;
esac
if
[
"
$VERSION
"
=
"*"
]
;
then
PKGURL
=
"
$(
get_github_url
"https://github.com/olivierkes/manuskript"
"
$file
"
)
"
else
PKGURL
=
"https://github.com/olivierkes/manuskript/releases/download/
$version
/
$file
"
fi
install_pkgurl
repack.d/manuskript.sh
0 → 100755
View file @
e32deb22
#!/bin/sh -x
# It will run with two args: buildroot spec
BUILDROOT
=
"
$1
"
SPEC
=
"
$2
"
PRODUCT
=
manuskript
.
$(
dirname
$0
)
/common.sh
move_to_opt
subst
"s|/usr/share/manuskript/|
$PRODUCTDIR
/|"
usr/bin/manuskript
fix_desktop_file /usr/bin/manuskript
fix_desktop_file
Icon
=
/usr/share/manuskript/icons/Manuskript/icon-512px.png
$PRODUCT
install_file /usr/share/manuskript/icons/Manuskript/icon-512px.png /usr/share/icons/hicolor/256x256/apps/
$PRODUCT
.png
add_unirequires python3
(
enchant
)
python3
(
lxml
)
python3
(
markdown
)
add_unirequires python3
(
qt5
)
python3
(
qt5-webkit
)
add_unirequires libQt5Svg.so.5
add_libs_requires
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