From f3537daddd25632da0e38be9f1e95cb991bb508a Mon Sep 17 00:00:00 2001 From: David Roman Date: Wed, 27 Mar 2024 00:47:30 +0100 Subject: net-proxy/MTProxy: new package, add 3.0.4 Signed-off-by: David Roman --- net-proxy/MTProxy/MTProxy-3.0.4.ebuild | 23 +++++++++++++++++++++++ net-proxy/MTProxy/Manifest | 1 + net-proxy/MTProxy/metadata.xml | 11 +++++++++++ 3 files changed, 35 insertions(+) create mode 100644 net-proxy/MTProxy/MTProxy-3.0.4.ebuild create mode 100644 net-proxy/MTProxy/Manifest create mode 100644 net-proxy/MTProxy/metadata.xml (limited to 'net-proxy') diff --git a/net-proxy/MTProxy/MTProxy-3.0.4.ebuild b/net-proxy/MTProxy/MTProxy-3.0.4.ebuild new file mode 100644 index 000000000..07514e67c --- /dev/null +++ b/net-proxy/MTProxy/MTProxy-3.0.4.ebuild @@ -0,0 +1,23 @@ +# Copyright 2024 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 + sys-libs/zlib +" + +RDEPEND="${DEPEND}" + +src_install() { + dobin objs/bin/mtproto-proxy +} diff --git a/net-proxy/MTProxy/Manifest b/net-proxy/MTProxy/Manifest new file mode 100644 index 000000000..d554ac0e0 --- /dev/null +++ b/net-proxy/MTProxy/Manifest @@ -0,0 +1 @@ +DIST MTProxy-3.0.4.gh.tar.gz 197035 BLAKE2B f2476ef3125ced0425f7896eabd8b2fcb4a02faf92b9656aaa707566181022592f2d95bd8c5f9088e3874483ff1201cf2d383ba20ab367beac42475e41987bc0 SHA512 435b978071e2164e3955299b6772027666d82ca5e366d5f636987afb9c0ec1e74e27d79292679ca54c0f57a9bd60f68e10f50c6dc3ed2b8c5a74ef9ea6550aeb diff --git a/net-proxy/MTProxy/metadata.xml b/net-proxy/MTProxy/metadata.xml new file mode 100644 index 000000000..5523f9d12 --- /dev/null +++ b/net-proxy/MTProxy/metadata.xml @@ -0,0 +1,11 @@ + + + + + davidroman96@gmail.com + David Roman + + + GetPageSpeed/MTProxy + + -- cgit v1.2.3-65-gdbad