18 lines
479 B
Bash
18 lines
479 B
Bash
# Template file for 'dwdiff'
|
|
pkgname=dwdiff
|
|
version=2.1.1
|
|
revision=2
|
|
build_style=gnu-configure
|
|
makedepends="icu-devel"
|
|
depends="diffutils"
|
|
short_desc="Word-level diff(1)"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
license="GPL-3"
|
|
homepage="http://os.ghalkes.nl/dwdiff.html"
|
|
distfiles="http://os.ghalkes.nl/dist/${pkgname}-${version}.tar.bz2"
|
|
checksum=9745860faad6cb58744c7c45d16c0c7e222896c80d0cd7208dd36126d1a98c8b
|
|
|
|
post_install() {
|
|
rm -rf ${DESTDIR}/usr/share/doc/dwdiff*
|
|
}
|