Commit a97a90bc authored by Ivan Mazhukin's avatar Ivan Mazhukin Committed by Vitaly Lipatov

epm play: add pdfsam-basic (eterbug #18459)

parent 48514a65
#!/bin/sh
PKGNAME=pdfsam-basic
SUPPORTEDARCHES="x86_64"
VERSION="$2"
DESCRIPTION="is free and open source desktop application to split, merge, extract pages, rotate and mix PDF files"
URL="https://pdfsam.org/"
. $(dirname $0)/common.sh
#pdfsam-basic_5.3.2-1_amd64.deb
if [ "$VERSION" = "*" ] ; then
PKGURL=$(get_github_url "https://github.com/torakiki/pdfsam/" "${PKGNAME}_${VERSION}-1_amd64.deb")
else
PKGURL="https://github.com/torakiki/pdfsam/releases/download/v$VERSION/${PKGNAME}_${VERSION}-1_amd64.deb"
fi
install_pkgurl
#!/bin/sh -x
# It will be run with two args: buildroot spec
BUILDROOT="$1"
SPEC="$2"
. $(dirname $0)/common.sh
chmod +x $BUILDROOT/opt/pdfsam-basic/runtime/bin/java
add_libs_requires
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment