-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Expand file tree
/
Copy pathtemplate
More file actions
21 lines (20 loc) · 1.08 KB
/
template
File metadata and controls
21 lines (20 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Template file for 'cloudflared'
pkgname=cloudflared
version=2026.1.2
revision=1
build_style=go
go_import_path=github.com/cloudflare/cloudflared
go_package="${go_import_path}/cmd/cloudflared"
go_ldflags="-X \"main.Version=${version}\""
make_check_args="-skip ^(TestFunnelIdleTimeout|TestReuseFunnel|TestICMPRouterEcho|TestTraceICMPRouterEcho|TestConcurrentRequestsToSameDst|TestICMPRouterRejectNotEcho|TestHTTP2ConfigurationSet|TestServeHTTP|TestServeWS|TestNoWriteAfterServeHTTPReturns|TestServeControlStream|TestFailRegistration|TestGracefulShutdownHTTP2|TestServeTCP_RateLimited)$"
hostmakedepends="go"
short_desc="Cloudflare Tunnel client"
maintainer="Orphaned <orphan@voidlinux.org>"
license="Apache-2.0"
homepage="https://developers.cloudflare.com/argo-tunnel/"
changelog="https://github.com/cloudflare/cloudflared/raw/refs/heads/master/RELEASE_NOTES"
distfiles="https://github.com/cloudflare/cloudflared/archive/${version}.tar.gz"
checksum=5e6a8e81de61f180ddee8cfb1b58e4978729bfacd774affa343867dca6fa244f
pre_build() {
go_ldflags+=" -X \"main.BuildTime=$(date -u '+%Y-%m-%d-%H:%M UTC')\""
}