parent
ff9c3a1367
commit
3b7e1e029b
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
exec /usr/bin/frpc -c /etc/frp/frpc.ini
|
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
exec /usr/bin/frps -c /etc/frp/frps.ini
|
|
@ -0,0 +1,24 @@
|
|||
# Template file for 'frp'
|
||||
pkgname=frp
|
||||
version=0.16.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"
|
||||
conf_files="/etc/frp/*.ini"
|
||||
maintainer="cr6git <quark6@protonmail.com>"
|
||||
short_desc="Fast reverse proxy"
|
||||
homepage="https://github.com/fatedier/frp"
|
||||
license="Apache-2.0"
|
||||
distfiles="https://github.com/fatedier/frp/archive/v${version}.tar.gz"
|
||||
checksum=b1758493baaa0220d830df623e398efc0555b8934217e62a85722e5d2c9d06a2
|
||||
|
||||
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
|
||||
vlicense LICENSE
|
||||
vsv frpc
|
||||
vsv frps
|
||||
}
|
Loading…
Reference in New Issue