9e2270dce9
Harmless changes, just so the buildbot catches them.
19 lines
565 B
Bash
19 lines
565 B
Bash
# 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
|
|
}
|