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 +}