View | Details | Raw Unified | Return to bug 260755
Collapse All | Expand All

(-)b/security/headscale/Makefile (+22 lines)
Added Link Here
1
PORTNAME=	headscale
2
PORTVERSION=	0.12.1
3
DISTVERSIONPREFIX=	v
4
CATEGORIES=	security
5
6
MAINTAINER=	m.muenz@gmail.com
7
COMMENT=	Mesh VPN that makes it easy to connect your devices
8
9
LICENSE=	BSD3CLAUSE
10
LICENSE_FILE=	${WRKSRC}/LICENSE
11
12
RUN_DEPENDS=	ca_root_nss>0:security/ca_root_nss
13
14
USES=		go:modules
15
16
GO_MODULE=	github.com/juanfont/headscale
17
18
GO_TARGET=	./cmd/headscale
19
20
PLIST_FILES=	bin/headscale
21
22
.include <bsd.port.mk>
(-)b/security/headscale/distinfo (+5 lines)
Added Link Here
1
TIMESTAMP = 1640673328
2
SHA256 (go/security_headscale/headscale-v0.12.1/v0.12.1.mod) = df2b1cd42e74b056747b0ab5050709205371e15d377cc4de56cdf5baa204a18b
3
SIZE (go/security_headscale/headscale-v0.12.1/v0.12.1.mod) = 6516
4
SHA256 (go/security_headscale/headscale-v0.12.1/v0.12.1.zip) = 095fca00c8e418754f58e1e799a23fba2667dc4159d0d19724d05f55c0691b96
5
SIZE (go/security_headscale/headscale-v0.12.1/v0.12.1.zip) = 234754
(-)b/security/headscale/pkg-descr (+3 lines)
Added Link Here
1
An open source, self-hosted implementation of the Tailscale coordination server.
2
3
WWW: https://github.com/juanfont/headscale

Return to bug 260755