16 lines
701 B
Bash
16 lines
701 B
Bash
# Template file for 'img2pdf'
|
|
pkgname=img2pdf
|
|
version=0.4.0
|
|
revision=1
|
|
build_style=python3-module
|
|
hostmakedepends="python3-pikepdf python3-setuptools"
|
|
depends="colord python3-pdfrw python3-pikepdf python3-Pillow python3-tkinter"
|
|
checkdepends="colord exiftool ghostscript ImageMagick6 mupdf-tools netpbm poppler python3-numpy python3-pdfrw python3-pytest python3-scipy"
|
|
short_desc="Lossless conversion of raster images to PDF"
|
|
maintainer="Philipp David <pd@3b.pm>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://gitlab.mister-muffin.de/josch/img2pdf"
|
|
distfiles="${PYPI_SITE}/i/img2pdf/img2pdf-${version}.tar.gz"
|
|
checksum=eaee690ab8403dd1a9cb4db10afee41dd3e6c7ed63bdace02a0121f9feadb0c9
|
|
patch_args="-Np1"
|