MTProxy-3.0.4-r1guru
download
# Copyright 2024-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Community fork of MTProxy"
HOMEPAGE="https://github.com/GetPageSpeed/MTProxy"
SRC_URI="https://github.com/GetPageSpeed/MTProxy/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="
dev-libs/openssl
virtual/zlib:=
"
RDEPEND="${DEPEND}"
PATCHES="
${FILESDIR}/${P}-adjust_flags.patch
${FILESDIR}/${P}-no_implicit_func.patch
"
src_install() {
dobin objs/bin/mtproto-proxy
}