1 # Copyright 2024 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
7 DESCRIPTION="Implementation of all proxy protocols using modern c++"
8 HOMEPAGE="https://github.com/jackarain/proxy"
9 SRC_URI="https://github.com/Jackarain/proxy/archive/refs/tags/v${PV}.tar.gz -> proxy-${PV}.tar.gz"
10 S="${WORKDIR}/proxy-${PV}"