blob: c29cf2041105db10e345295f24977942ef5e9393 (
plain) (
tree)
|
|
SPELL=qpdf
VERSION=10.0.3
SECURITY_PATCH=1
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=https://github.com/qpdf/qpdf/releases/download/release-qpdf-$VERSION/$SOURCE
SOURCE2=$SOURCE.asc
SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
SOURCE_GPG=qpdf.gpg:$SOURCE.asc:UPSTREAM_KEY
SOURCE2_IGNORE=signature
WEB_SITE=https://github.com/qpdf/qpdf
LICENSE[0]=ARTISTIC
ENTERED=20120914
KEYWORDS=""
SHORT="manipulate PDF files"
cat << EOF
QPDF is a C++ library and set of programs that inspect and manipulate the
structure of PDF files. It can encrypt and linearize files, expose the
internals of a PDF file, and do many other operations useful to end users and
PDF developers.
EOF
|