1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00

security/headscale: Add new port

An open source, self-hosted implementation of the Tailscale coordination server.

WWW: https://github.com/juanfont/headscale

PR:		260755
This commit is contained in:
Michael Muenz 2022-02-18 14:52:58 +01:00 committed by Mikael Urankar
parent 67262f8704
commit d7a04a0340
4 changed files with 31 additions and 0 deletions

View File

@ -222,6 +222,7 @@
SUBDIR += hashcat
SUBDIR += hashcat-legacy
SUBDIR += heaan
SUBDIR += headscale
SUBDIR += heimdal
SUBDIR += helib
SUBDIR += hexl

View File

@ -0,0 +1,22 @@
PORTNAME= headscale
PORTVERSION= 0.12.1
DISTVERSIONPREFIX= v
CATEGORIES= security
MAINTAINER= m.muenz@gmail.com
COMMENT= Mesh VPN that makes it easy to connect your devices
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ca_root_nss>0:security/ca_root_nss
USES= go:modules
GO_MODULE= github.com/juanfont/headscale
GO_TARGET= ./cmd/headscale
PLIST_FILES= bin/headscale
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
TIMESTAMP = 1640673328
SHA256 (go/security_headscale/headscale-v0.12.1/v0.12.1.mod) = df2b1cd42e74b056747b0ab5050709205371e15d377cc4de56cdf5baa204a18b
SIZE (go/security_headscale/headscale-v0.12.1/v0.12.1.mod) = 6516
SHA256 (go/security_headscale/headscale-v0.12.1/v0.12.1.zip) = 095fca00c8e418754f58e1e799a23fba2667dc4159d0d19724d05f55c0691b96
SIZE (go/security_headscale/headscale-v0.12.1/v0.12.1.zip) = 234754

View File

@ -0,0 +1,3 @@
An open source, self-hosted implementation of the Tailscale coordination server.
WWW: https://github.com/juanfont/headscale