void-packages/srcpkgs/tcllib/template
maxice8 5f1222337d
tcllib: update to 1.19.
Closes: #13033 [via git-merge-pr]
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
2018-04-08 18:13:59 +02:00

19 lines
555 B
Bash

# Template file for 'tcllib'
pkgname=tcllib
version=1.19
revision=1
noarch=yes
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=f0977ed98a6555266461a818d2814ff11f35f90412d394e13bf3da686cc93ca0
post_install() {
vlicense ./license.terms LICENSE
}