16 lines
678 B
Bash
16 lines
678 B
Bash
# Template file for 'pdfarranger'
|
|
pkgname=pdfarranger
|
|
version=1.10.1
|
|
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@disroot.org>"
|
|
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=1d9648f81b9f0937ca723f7502a1dadcc4f3f6050afc6f0d4653bfaa8728a805
|
|
# tests require involved xvfb setup
|
|
make_check=no
|