blob: 85230dd38ac7be44c90f5d540f99906aee119028 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
pkgbase = pdfcmd
pkgdesc = Utility to perform commands on PDF files.
pkgver = 1.13
pkgrel = 1
url = https://github.com/bulletmark/pdfcmd
arch = any
license = GPL-3.0-or-later
makedepends = python-setuptools
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
makedepends = python-setuptools-scm
depends = python>=3.5
depends = python-pypdf>=3.1.0
depends = python-argcomplete
source = pdfcmd-1.13.tar.gz::https://github.com/bulletmark/pdfcmd/archive/1.13.tar.gz
sha1sums = 8fcc983bcb04ff36a7df782bdf0560d11de13a7b
pkgname = pdfcmd
|