void-packages/srcpkgs/tailscale/template
2020-06-07 08:34:06 +02:00

22 lines
654 B
Bash

# Template file for 'tailscale'
pkgname=tailscale
version=0.99.1
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=9d124c6ade7fe4bc599259ee77e21fa6c044828c87d4290020b2c9cce2371ba5
post_install() {
vlicense LICENSE
vlicense PATENTS
vsv tailscaled
}