18 lines
718 B
Bash
18 lines
718 B
Bash
# Template file for 'diff-pdf'
|
|
pkgname=diff-pdf
|
|
version=0.5.2
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--with-wx-config=wx-config-gtk3"
|
|
hostmakedepends="pkg-config"
|
|
makedepends="wxWidgets-gtk3-devel cairo-devel poppler-glib-devel"
|
|
short_desc="Simple tool for visually comparing two PDF files"
|
|
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://vslavik.github.io/diff-pdf/"
|
|
changelog="https://github.com/vslavik/diff-pdf/releases"
|
|
distfiles="https://github.com/vslavik/diff-pdf/releases/download/v${version}/diff-pdf-${version}.tar.gz"
|
|
checksum=7d018f05e30050a2b49dee137f084584b43aec87c7f5ee9c3bbd14c333cbfd54
|
|
|
|
CXXFLAGS="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
|