Skip to content

Commit

Permalink
add PDFsam Basic
Browse files Browse the repository at this point in the history
  • Loading branch information
philclifford committed Feb 26, 2023
1 parent dd0dff9 commit cc897f3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions 01-main/manifest
Expand Up @@ -147,6 +147,7 @@ p3x-onenote
pandoc
papirus-icon-theme
#parsec
pdfsam-basic
peazip
#picocrypt
plexmediaserver
Expand Down
10 changes: 10 additions & 0 deletions 01-main/packages/pdfsam-basic
@@ -0,0 +1,10 @@
DEFVER=1
ARCHS_SUPPORTED="amd64"
get_github_releases "torakiki/pdfsam" latest
if [ "${ACTION}" != "prettylist" ]; then
URL="$(grep "browser_download_url.*${HOST_ARCH}\.deb\"" "${CACHE_FILE}" | grep -v -e nightly -e beta -e alpha| head -n1 | cut -d'"' -f4)"
VERSION_PUBLISHED="$(echo "${URL}" | cut -d'/' -f8 | tr -d v)"
fi
PRETTY_NAME="PDFsam Basic"
WEBSITE="https://pdfsam.org/"
SUMMARY="PDFsam (PDF Split And Merge) Basic is a free and open source, multi-platform software designed to extract pages, split, merge, mix and rotate PDF files."

0 comments on commit cc897f3

Please sign in to comment.