# Template file for 'temporal-cli'
pkgname=temporal-cli
version=1.6.2
revision=1
build_style=go
go_import_path="github.com/temporalio/cli"
go_package="${go_import_path}/cmd/temporal"
short_desc="Command-line interface for running and interacting with Temporal"
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
license="MIT"
homepage="https://docs.temporal.io/cli"
distfiles="https://github.com/temporalio/cli/archive/refs/tags/v${version}.tar.gz"
checksum=7e94dd43b95ca69e9710bed504adf159c60e844c8000fe6bd80470685049a136

if [ $XBPS_TARGET_WORDSIZE = 32 ]; then
	broken="time_t isn't 64bit on this platform";
fi

post_install() {
	vlicense LICENSE
}
