New package: tcltls-1.7.22

This commit is contained in:
Leonid Bobrov 2021-02-28 08:16:25 +02:00 committed by Érico Nogueira Rolim
parent 2341b0419a
commit c8d035bb37

19
srcpkgs/tcltls/template Normal file
View file

@ -0,0 +1,19 @@
# Template file for 'tcltls'
pkgname=tcltls
version=1.7.22
revision=1
build_style=gnu-configure
configure_args=--with-tcl=${XBPS_CROSS_BASE}/usr/lib
hostmakedepends="pkg-config"
makedepends="openssl-devel tcl-devel"
depends="tcl"
short_desc="Binding to OpenSSL toolkit"
maintainer="Leonid Bobrov <curiousbeaver@disroot.org>"
license="TCL"
homepage="https://core.tcl-lang.org/tcltls"
distfiles="${homepage}/uv/tcltls-${version}.tar.gz"
checksum=e84e2b7a275ec82c4aaa9d1b1f9786dbe4358c815e917539ffe7f667ff4bc3b4
post_install() {
vlicense ./license.terms LICENSE
}