blob: a9587702b4996d323918f029692cbb5acc298748 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Template file for 'temporal-cli'
pkgname=temporal-cli
version=0.11.0
revision=2
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=9cc4e80254e95a3b456e7d605b518c1a3e4d62b92a08a05efd6cf897ce4b2f3e
if [ $XBPS_TARGET_WORDSIZE = 32 ]; then
broken="time_t isn't 64bit on this platform";
fi
post_install() {
vlicense LICENSE
}
|