bore - tunnels to localhost

This commit is contained in:
Lilian Jónsdóttir 2023-11-07 17:39:10 -08:00
parent 3d26b13313
commit 209353d03f

17
srcpkgs/bore/template Normal file
View file

@ -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 <lilian.jonsdottir@gmail.com>"
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
}