mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-12 18:13:50 +02:00
dwdiff: update to 2.1.2.
This commit is contained in:
parent
f11717e8d6
commit
afa22775b8
1 changed files with 5 additions and 4 deletions
|
@ -1,16 +1,17 @@
|
||||||
# Template file for 'dwdiff'
|
# Template file for 'dwdiff'
|
||||||
pkgname=dwdiff
|
pkgname=dwdiff
|
||||||
version=2.1.1
|
version=2.1.2
|
||||||
revision=4
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
hostmakedepends="pkg-config"
|
||||||
makedepends="icu-devel"
|
makedepends="icu-devel"
|
||||||
depends="diffutils"
|
depends="diffutils"
|
||||||
short_desc="Word-level diff(1)"
|
short_desc="Word-level diff(1)"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="GPL-3"
|
license="GPL-3.0-or-later"
|
||||||
homepage="http://os.ghalkes.nl/dwdiff.html"
|
homepage="http://os.ghalkes.nl/dwdiff.html"
|
||||||
distfiles="http://os.ghalkes.nl/dist/${pkgname}-${version}.tar.bz2"
|
distfiles="http://os.ghalkes.nl/dist/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=9745860faad6cb58744c7c45d16c0c7e222896c80d0cd7208dd36126d1a98c8b
|
checksum=3201fd459164ebbb538a0b21ce17d955f2fa3babe37367b2e92f7f912cfac692
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
rm -rf ${DESTDIR}/usr/share/doc/dwdiff*
|
rm -rf ${DESTDIR}/usr/share/doc/dwdiff*
|
||||||
|
|
Loading…
Add table
Reference in a new issue