void-packages/srcpkgs/tcllib/template
Farhad Shahbazi 8a0827c749 tcllib: update to 1.17
and install BSD license in post_install
2015-09-20 10:27:23 +02:00

20 lines
556 B
Bash

# Template file for 'tcllib'
pkgname=tcllib
version=1.17
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=95c676130ce2fdb00e8a6f79c4fea9e79d071063783a61db9274647920d97a03
post_install () {
vlicense ./license.terms LICENSE
}