16 lines
501 B
Bash
16 lines
501 B
Bash
|
# Template file for 'tcllib'
|
||
|
pkgname=tcllib
|
||
|
version=1.16
|
||
|
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=f500a3ee2082e105693e775c8d94d9f3ab5ae687f706a7b0f6d89ec884332456
|