void-packages/srcpkgs/diff-pdf/template

18 lines
718 B
Bash

# Template file for 'diff-pdf'
pkgname=diff-pdf
version=0.5.1
revision=2
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=017d52cb7ddabdbf63c6a47f39b2e5a1790022b95295b0d047817904e093245c
CXXFLAGS="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"