diff --git a/srcpkgs/tklib/template b/srcpkgs/tklib/template new file mode 100644 index 00000000000..4b7bde9bcc0 --- /dev/null +++ b/srcpkgs/tklib/template @@ -0,0 +1,18 @@ +# Template file for 'tklib' +pkgname=tklib +version=0.7 +revision=1 +wrksrc="tklib-tklib-${version}" +build_style=gnu-configure +hostmakedepends="pkg-config tcllib tk" +depends="tcllib tk" +short_desc="Companion to Tcllib, for Tk related packages" +maintainer="Leonid Bobrov " +license="TCL" +homepage="https://core.tcl-lang.org/tklib/home" +distfiles="https://github.com/tcltk/${pkgname}/archive/${pkgname}-${version}.tar.gz" +checksum=93890db81a5b0cdb62c386265ec4fcdaab60824e8e6e882c7fecc69ff49afc66 + +post_install() { + vlicense ./license.terms LICENSE +}