aboutsummaryrefslogtreecommitdiff
path: root/srcpkgs/tcllib/template
blob: 10c0b776c1fd593047cbeaecf02d8465c1baf2d4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Template file for 'tcllib'
pkgname=tcllib
version=1.21
revision=1
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="https://core.tcl.tk/tcllib/"
changelog="https://core.tcl-lang.org/tcllib/doc/tcllib-${version/./-}/support/releases/history/README-${version}.txt"
distfiles="https://github.com/tcltk/${pkgname}/archive/${pkgname}-${version/./-}.tar.gz"
checksum=c939b06b3383480a293d6d3cec9af91491e8a38aa3571dfb5024fbf0db260bbd

post_install() {
	vlicense ./license.terms LICENSE
}