18 lines
527 B
Bash
18 lines
527 B
Bash
# Template file for 'dwdiff'
|
|
pkgname=dwdiff
|
|
version=2.1.4
|
|
revision=1
|
|
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=df16fec44dcb467d65a4246a43628f93741996c1773e930b90c6dde22dd58e0a
|
|
|
|
post_install() {
|
|
rm -rf ${DESTDIR}/usr/share/doc/dwdiff*
|
|
}
|