void-packages/srcpkgs/frp/template
2019-10-06 22:49:12 +02:00

23 lines
577 B
Bash

# Template file for 'frp'
pkgname=frp
version=0.29.0
revision=1
build_style=go
go_import_path=github.com/fatedier/frp
go_package="${go_import_path}/cmd/frpc ${go_import_path}/cmd/frps"
short_desc="Fast reverse proxy"
maintainer="Anachron <gith@cron.world>"
license="Apache-2.0"
homepage="https://github.com/fatedier/frp"
distfiles="https://github.com/fatedier/frp/archive/v${version}.tar.gz"
checksum=5d7980b81cfd055e3e5bb7a120098f94342656f647cb906ea075912f63568816
conf_files="/etc/frp/*.ini"
post_install() {
vmkdir etc/frp
vcopy conf/*.ini etc/frp
vsv frpc
vsv frps
}