commit:     f3537daddd25632da0e38be9f1e95cb991bb508a
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Tue Mar 26 23:47:30 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Tue Mar 26 23:47:53 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f3537dad

net-proxy/MTProxy: new package, add 3.0.4

Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 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(+)

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 0000000000..07514e67c0
--- /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 0000000000..d554ac0e0a
--- /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 0000000000..5523f9d12a
--- /dev/null
+++ b/net-proxy/MTProxy/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer type="person">
+               <email>[email protected]</email>
+               <name>David Roman</name>
+       </maintainer>
+       <upstream>
+               <remote-id type="github">GetPageSpeed/MTProxy</remote-id>
+       </upstream>
+</pkgmetadata>

Reply via email to