19 lines
557 B
Bash
19 lines
557 B
Bash
# Template file for 'tcllib'
|
|
pkgname=tcllib
|
|
version=1.20
|
|
revision=1
|
|
archs=noarch
|
|
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=e56892698903e0cc902a75a0eb9324845efcd3257c41e09edec25a6ab1654cf3
|
|
|
|
post_install() {
|
|
vlicense ./license.terms LICENSE
|
|
}
|