From c3466e2bfcd1b52bdcb1cddb9452814915b188a3 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Sun, 30 Aug 2026 02:22:43 -0400 Subject: [PATCH] New package: tailcat-0.2.0 --- srcpkgs/tailcat/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/tailcat/template diff --git a/srcpkgs/tailcat/template b/srcpkgs/tailcat/template new file mode 100644 index 00000000000000..af35f0f16a6e6d --- /dev/null +++ b/srcpkgs/tailcat/template @@ -0,0 +1,18 @@ +# Template file for 'tailcat' +pkgname=tailcat +version=0.2.0 +revision=1 +build_style=go +go_import_path="github.com/tailscale/tailcat" +go_package="${go_import_path}/cmd/tailcat" +short_desc="Like netcat, but over Tailscale's data plane" +maintainer="classabbyamp " +license="BSD-3-Clause" +homepage="https://tailscale.com/tailcat" +changelog="https://github.com/tailscale/tailcat/releases" +distfiles="https://github.com/tailscale/tailcat/archive/refs/tags/v${version}.tar.gz" +checksum=0c78b40143f98d93e8a8f41f0ab762ea686566a468cc66339e380bb0c0284523 + +post_install() { + vlicense LICENSE +}