void-packages/srcpkgs/dwdiff/template
2015-03-16 10:59:08 +01:00

18 lines
494 B
Bash

# Template file for 'dwdiff'
pkgname=dwdiff
version=2.0.10
revision=1
build_style=gnu-configure
makedepends="icu-devel"
depends="diffutils"
short_desc="Word-level diff(1)"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
license="GPL-3"
homepage="http://os.ghalkes.nl/dwdiff.html"
distfiles="http://os.ghalkes.nl/dist/${pkgname}-${version}.tar.bz2"
checksum=67c4b9fbbbf8ea25335a07c7f4107028649dcd04136a3904778c7a767b843f6f
post_install() {
rm -rf ${DESTDIR}/usr/share/doc/dwdiff*
}