1 # Copyright 1999-2021 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
8 DESCRIPTION
="Socks5 proxy written in Erlang"
9 HOMEPAGE
="https://github.com/yueyoum/make-proxy"
10 SRC_URI
="https://github.com/yueyoum/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
14 KEYWORDS
="~amd64 ~x86"
15 IUSE
="+client server systemd"
17 DEPEND
="dev-lang/erlang
18 systemd? ( sys-apps/systemd ) "
38 newins client.config.example client.config
40 doinitd
"${FILESDIR}/mp-client"
44 newins server.config.example server.config
46 doinitd
"${FILESDIR}/mp-server"
49 newdoc README.md
"${PN}".md
53 systemd_dounit
"${FILESDIR}/mp-client.service"
57 systemd_dounit
"${FILESDIR}/mp-server.service"