16 lines
675 B
Bash
16 lines
675 B
Bash
# Template file for 'pdfarranger'
|
|
pkgname=pdfarranger
|
|
version=1.11.0
|
|
revision=1
|
|
build_style=python3-module
|
|
hostmakedepends="intltool python3-distutils-extra python3-setuptools"
|
|
depends="img2pdf poppler-glib python3-dateutil python3-gobject python3-pikepdf"
|
|
short_desc="Simple application for PDF Merging, Rearranging, and Splitting"
|
|
maintainer="Eloi Torrents <eloitor@duck.com>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://github.com/pdfarranger/pdfarranger"
|
|
distfiles="https://github.com/pdfarranger/pdfarranger/archive/refs/tags/${version}.tar.gz"
|
|
checksum=d13279bd1a5ecce4758e6357a95bd219a07342c0e25c2b47e620c717e067629a
|
|
# tests require involved xvfb setup
|
|
make_check=no
|