void-packages/srcpkgs/tcllib/template
cr6git e0b049122e tcllib: update to 1.18.
Closes: #10419 [via git-merge-pr]
2018-01-04 17:37:04 +01:00

19 lines
555 B
Bash

# Template file for 'tcllib'
pkgname=tcllib
version=1.18
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="BSD"
homepage="http://core.tcl.tk/tcllib/"
distfiles="https://github.com/tcltk/${pkgname}/archive/${pkgname}_${version/./_}.tar.gz"
checksum=1c831474ed84fec349234a96bd7d855a74245bb305bfc2c9270bfde95c357b4f
post_install() {
vlicense ./license.terms LICENSE
}