temporal-cli: fix 32bit builders
This commit is contained in:
parent
1174d07c15
commit
29b78dbab5
|
@ -2,23 +2,20 @@
|
||||||
pkgname=temporal-cli
|
pkgname=temporal-cli
|
||||||
version=0.11.0
|
version=0.11.0
|
||||||
revision=1
|
revision=1
|
||||||
#archs="i686 x86_64"
|
|
||||||
#build_wrksrc=
|
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/temporalio/cli"
|
go_import_path="github.com/temporalio/cli"
|
||||||
go_package="${go_import_path}/cmd/temporal"
|
go_package="${go_import_path}/cmd/temporal"
|
||||||
#configure_args=""
|
|
||||||
#make_build_args=""
|
|
||||||
#make_install_args=""
|
|
||||||
#conf_files=""
|
|
||||||
#make_dirs="/var/log/dir 0755 root root"
|
|
||||||
hostmakedepends=""
|
|
||||||
makedepends=""
|
|
||||||
depends=""
|
|
||||||
short_desc="Command-line interface for running and interacting with Temporal"
|
short_desc="Command-line interface for running and interacting with Temporal"
|
||||||
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
|
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://docs.temporal.io/cli"
|
homepage="https://docs.temporal.io/cli"
|
||||||
#changelog=""
|
|
||||||
distfiles="https://github.com/temporalio/cli/archive/refs/tags/v${version}.tar.gz"
|
distfiles="https://github.com/temporalio/cli/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=9cc4e80254e95a3b456e7d605b518c1a3e4d62b92a08a05efd6cf897ce4b2f3e
|
checksum=9cc4e80254e95a3b456e7d605b518c1a3e4d62b92a08a05efd6cf897ce4b2f3e
|
||||||
|
|
||||||
|
if [ $XBPS_TARGET_WORDSIZE = 32 ]; then
|
||||||
|
broken="time_t isn't 64bit on this platform";
|
||||||
|
fi
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue