diff --git a/srcpkgs/tcllib/template b/srcpkgs/tcllib/template index 5a6c3e0f8e..f2fcc5bd43 100644 --- a/srcpkgs/tcllib/template +++ b/srcpkgs/tcllib/template @@ -1,7 +1,7 @@ # Template file for 'tcllib' pkgname=tcllib -version=1.16 -revision=2 +version=1.17 +revision=1 noarch=yes wrksrc="tcllib-tcllib_${version/./_}" build_style=gnu-configure @@ -12,4 +12,8 @@ maintainer="Farhad Shahbazi " license="BSD" homepage="http://core.tcl.tk/tcllib/" distfiles="https://github.com/tcltk/${pkgname}/archive/${pkgname}_${version/./_}.tar.gz" -checksum=ed92f7178b5adc8485ddc7cfc4495c171f6be087fca8c30f8b6b302a4ebda1d7 +checksum=95c676130ce2fdb00e8a6f79c4fea9e79d071063783a61db9274647920d97a03 + +post_install () { + vlicense ./license.terms LICENSE +}