Diff frp-0.42.0 with a frp-0.43.0
/usr/portage/net-vpn/frp/frp-0.43.0.ebuild 2023-10-09 14:52:34.760368483 +0300 | ||
---|---|---|
7 | 7 |
DESCRIPTION="A reverse proxy that exposes a server behind a NAT or firewall to the internet" |
8 | 8 |
HOMEPAGE="https://github.com/fatedier/frp" |
9 | 9 |
SRC_URI="https://github.com/fatedier/frp/archive/v${PV}.tar.gz -> ${P}.tar.gz |
10 |
https://dev.gentoo.org/~zmedico/dist/${P}-deps.tar.xz" |
|
10 |
https://dev.gentoo.org/~zmedico/dist/frp-0.42.0-deps.tar.xz" |
|
11 | 11 | |
12 | 12 |
LICENSE="Apache-2.0 BSD BSD-2 ISC MIT MPL-2.0" |
13 | 13 |
SLOT="0" |
... | ... | |
28 | 28 |
local x |
29 | 29 |
dobin bin/{frpc,frps} |
30 | 30 |
dodoc README*.md |
31 |
systemd_dounit conf/systemd/* |
|
31 |
systemd_dounit "${FILESDIR}"/frp{c,s}.service |
|
32 |
systemd_newunit "${FILESDIR}"/frpc_at_.service frpc@.service |
|
33 |
systemd_newunit "${FILESDIR}"/frps_at_.service frps@.service |
|
32 | 34 |
insinto /etc/frp |
33 | 35 |
for x in conf/*.ini; do mv "${x}"{,.example}; done |
34 | 36 |
doins conf/*.example |