void-packages/srcpkgs/frp/template
2019-08-06 10:11:26 +02:00

22 lines
577 B
Bash

# Template file for 'frp'
pkgname=frp
version=0.28.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=61afbd0e84fc1ab92eacce5a642e2590d1b8c1a972a78f6499165c1778aa62cf
conf_files="/etc/frp/*.ini"
post_install() {
vmkdir etc/frp
vcopy conf/*.ini etc/frp
vsv frpc
vsv frps
}