void-packages/srcpkgs/tailscale/template
2021-03-28 01:18:25 -03:00

23 lines
803 B
Bash

# Template file for 'tailscale'
pkgname=tailscale
version=1.6.0
revision=1
build_style=go
go_import_path="tailscale.com"
go_package="tailscale.com/cmd/tailscale tailscale.com/cmd/tailscaled"
go_build_tags='xversion'
go_ldflags="-X 'tailscale.com/version.Long=${version}_${revision} (Void Linux)' -X 'tailscale.com/version.Short=${version}'"
make_dirs="/var/lib/tailscale 0755 root root"
hostmakedepends="git"
short_desc="Easy, secure, cross platform WireGuard, oauth2, and 2FA/SSO"
maintainer="Noel Cower <ncower@nil.dev>"
license="BSD-3-Clause"
homepage="https://tailscale.com"
distfiles="https://github.com/tailscale/tailscale/archive/v${version}.tar.gz"
checksum=4591c6f6d3d1f9d5aecaa63dd580c389067edeb7287cd587b108ea6a0aa811e7
post_install() {
vlicense LICENSE
vlicense PATENTS
vsv tailscaled
}