19 lines
570 B
Bash
19 lines
570 B
Bash
|
# Template file for 'tklib'
|
||
|
pkgname=tklib
|
||
|
version=0.7
|
||
|
revision=1
|
||
|
wrksrc="tklib-tklib-${version}"
|
||
|
build_style=gnu-configure
|
||
|
hostmakedepends="pkg-config tcllib tk"
|
||
|
depends="tcllib tk"
|
||
|
short_desc="Companion to Tcllib, for Tk related packages"
|
||
|
maintainer="Leonid Bobrov <curiousbeaver@disroot.org>"
|
||
|
license="TCL"
|
||
|
homepage="https://core.tcl-lang.org/tklib/home"
|
||
|
distfiles="https://github.com/tcltk/${pkgname}/archive/${pkgname}-${version}.tar.gz"
|
||
|
checksum=93890db81a5b0cdb62c386265ec4fcdaab60824e8e6e882c7fecc69ff49afc66
|
||
|
|
||
|
post_install() {
|
||
|
vlicense ./license.terms LICENSE
|
||
|
}
|