void-packages/srcpkgs/tcllib/template

19 lines
544 B
Bash

# Template file for 'tcllib'
pkgname=tcllib
version=1.20
revision=2
wrksrc="tcllib-tcllib-${version/./-}"
build_style=gnu-configure
hostmakedepends="pkg-config tcl"
depends="tcl"
short_desc="Set of pure-Tcl extensions"
maintainer="Farhad Shahbazi <grauwolf@geekosphere.org>"
license="TCL"
homepage="http://core.tcl.tk/tcllib/"
distfiles="https://github.com/tcltk/${pkgname}/archive/${pkgname}-${version/./-}.tar.gz"
checksum=076daf919ba0f8964dacb86ae974a6992db4d874eb738dffec1e1efebbd6d080
post_install() {
vlicense ./license.terms LICENSE
}