bore - tunnels to localhost
This commit is contained in:
parent
3d26b13313
commit
209353d03f
1 changed files with 17 additions and 0 deletions
17
srcpkgs/bore/template
Normal file
17
srcpkgs/bore/template
Normal 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue