void-packages/srcpkgs/dwdiff/template

18 lines
493 B
Bash
Raw Normal View History

2014-07-01 14:56:34 +02:00
# Template file for 'dwdiff'
pkgname=dwdiff
2015-06-11 11:36:26 +02:00
version=2.1.0
2016-04-01 09:58:56 +02:00
revision=4
2015-03-16 10:59:08 +01:00
build_style=gnu-configure
2015-11-29 09:30:47 +01:00
makedepends="icu-devel"
2014-07-01 14:56:34 +02:00
depends="diffutils"
short_desc="Word-level diff(1)"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
license="GPL-3"
homepage="http://os.ghalkes.nl/dwdiff.html"
2015-03-16 10:59:08 +01:00
distfiles="http://os.ghalkes.nl/dist/${pkgname}-${version}.tar.bz2"
2015-06-11 11:36:26 +02:00
checksum=45308f2f07c08c75c6ebd1eae3e3dcf7f836e5af1467cefc1b4829777c07743a
2014-07-02 21:43:29 +02:00
2015-03-16 10:59:08 +01:00
post_install() {
rm -rf ${DESTDIR}/usr/share/doc/dwdiff*
2014-07-02 21:43:29 +02:00
}