New package: tklib-0.7

Closes: #29043 [via git-merge-pr]
This commit is contained in:
Leonid Bobrov 2021-02-25 09:36:52 +02:00 committed by Piraty
parent af7cd935e0
commit 489026ea8f

18
srcpkgs/tklib/template Normal file
View file

@ -0,0 +1,18 @@
# 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
}