Skip to content

Commit

Permalink
add Master pdf editor 5 (#650)
Browse files Browse the repository at this point in the history
* add Master PDF editor 5

* add master-pdf-editor to the manifest

* optimize url get function

* added DEFVER

* align package name

Co-authored-by: Xmetalfanx <Xmetalfanx@yahoo.com>
  • Loading branch information
Fuseteam and Xmetalfanx authored Nov 20, 2022
1 parent 16ceb76 commit 78ea156
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions 01-main/manifest
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ lsd
ludo
lutris
mailspring
master-pdf-editor-5
mattermost-desktop
mergerfs
micro
Expand Down
9 changes: 9 additions & 0 deletions 01-main/packages/master-pdf-editor-5
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
DEFVER=1
CODENAMES_SUPPORTED="bionic bullseye buster focal jammy"
if [ "${ACTION}" != "prettylist" ]; then
URL=$(curl -s -S "https://code-industry.net/get-master-pdf-editor-for-ubuntu/?download" | grep -Eo "https://code-industry.net/public/.*\.deb" | uniq)
VERSION_PUBLISHED="$(echo "${URL}" | sed 's/^.*editor-//;s/-qt5.x86_64.*$//')"
fi
PRETTY_NAME="Master PDF Editor"
WEBSITE="https://code-industry.net/free-pdf-editor/"
SUMMARY="Edit PDF files in Linux. It enables you to create, edit, view and print interactive PDF documents."

0 comments on commit 78ea156

Please # to comment.