New package: diff-pdf-0.2.20150723

This commit is contained in:
Andrea Brancaleoni 2016-02-12 00:06:08 +01:00
parent 801ce76fc8
commit ac3402ce59

19
srcpkgs/diff-pdf/template Normal file
View file

@ -0,0 +1,19 @@
# Template file for 'diff-pdf'
_commit=e893e91443d9159fefe153254e6092cc0edbc716
pkgname=diff-pdf
version=0.2.20150723
revision=1
build_style=gnu-configure
wrksrc="$pkgname-$_commit"
hostmakedepends="automake pkg-config"
makedepends="wxGTK-devel cairo-devel poppler-devel poppler-glib-devel"
short_desc="A simple tool for visually comparing two PDF files"
maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
license="GPL-2"
homepage="http://vslavik.github.io/diff-pdf/"
distfiles="https://github.com/vslavik/diff-pdf/archive/$_commit.tar.gz"
checksum=5619de5126fac6d5a281c23693baa9cd3aef922082a5f6c66d0c501d161123f7
pre_configure() {
./bootstrap
}