From 209353d03f385bc06c148f789b714aa15f47e0ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lilian=20J=C3=B3nsd=C3=B3ttir?= Date: Tue, 7 Nov 2023 17:39:10 -0800 Subject: [PATCH] bore - tunnels to localhost --- srcpkgs/bore/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/bore/template diff --git a/srcpkgs/bore/template b/srcpkgs/bore/template new file mode 100644 index 0000000..b433549 --- /dev/null +++ b/srcpkgs/bore/template @@ -0,0 +1,17 @@ +# Template file for 'bore' +pkgname=bore +version=0.5.0 +revision=1 +build_style=cargo +hostmakedepends="pkg-config" +makedepends="cargo" +short_desc="Bore is a simple CLI tool for making tunnels to localhost" +maintainer="Lilian Jónsdóttir " +license="MIT" +homepage="https://github.com/ekzhang/bore" +distfiles="https://github.com/ekzhang/bore/archive/refs/tags/v${version}.tar.gz" +checksum=d084024cfa14b3b1df065fdf760fced511c228ff2441eda7874e3608f7563783 + +post_install() { + vlicense LICENSE +}