void-packages/srcpkgs/tailscale/template
2020-05-21 19:56:39 +02:00

22 lines
652 B
Bash

# Template file for 'tailscale'
pkgname=tailscale
version=0.98
revision=1
build_style=go
go_import_path="tailscale.com"
go_package="tailscale.com/cmd/tailscale tailscale.com/cmd/tailscaled"
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=e3c85d141ae8e4466ffae8b320062f7d9d49c4d434efb2528734b6afd180e0b3
post_install() {
vlicense LICENSE
vlicense PATENTS
vsv tailscaled
}