void-packages/srcpkgs/frp/template

24 lines
694 B
Bash
Raw Normal View History

# Template file for 'frp'
pkgname=frp
2018-08-13 07:56:08 +02:00
version=0.21.0
2018-08-25 09:04:41 +02:00
revision=2
build_style=go
go_import_path="github.com/fatedier/frp"
go_package="${go_import_path}/cmd/frpc ${go_import_path}/cmd/frps"
conf_files="/etc/frp/*.ini"
short_desc="Fast reverse proxy"
2018-06-21 08:58:48 +02:00
maintainer="cr6git <quark6@protonmail.com>"
license="Apache-2.0"
2018-06-21 08:58:48 +02:00
homepage="https://github.com/fatedier/frp"
distfiles="https://github.com/fatedier/frp/archive/v${version}.tar.gz"
2018-08-13 07:56:08 +02:00
checksum=905ae8c761809c639c081e3210ab0000418c9ba3c951b26833fd74fbf457de42
post_install() {
vinstall conf/frpc_full.ini 644 etc/frp
vinstall conf/frps_full.ini 644 etc/frp
vinstall conf/frpc.ini 644 etc/frp
vinstall conf/frps.ini 644 etc/frp
vsv frpc
vsv frps
}