15 lines
598 B
Bash
15 lines
598 B
Bash
# Template file for 'img2pdf'
|
|
pkgname=img2pdf
|
|
version=0.4.4
|
|
revision=3
|
|
build_style=python3-module
|
|
hostmakedepends="python3-pikepdf python3-setuptools"
|
|
depends="colord python3-pdfrw python3-pikepdf python3-Pillow python3-tkinter"
|
|
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=8ec898a9646523fd3862b154f3f47cd52609c24cc3e2dc1fb5f0168f0cbe793c
|
|
make_check=no # need to patch out some bitdepth checks
|