diff --git a/srcpkgs/tidy/template b/srcpkgs/tidy/template index 1d034744bb6..fd458b6ee0a 100644 --- a/srcpkgs/tidy/template +++ b/srcpkgs/tidy/template @@ -1,7 +1,7 @@ # Template file for 'tidy' pkgname=tidy version=1.46 -revision=4 +revision=5 wrksrc=tidyhtml-${version} build_wrksrc=${pkgname} hostmakedepends="libtool automake" @@ -17,6 +17,10 @@ pre_configure() { sh build/gnuauto/setup.sh } +post_install() { + vlicense htmldoc/license.html +} + tidy-devel_package() { depends="tidy>=${version}_${revision}" short_desc+=" - development files"