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