net-dns/ddns-go: add 6.8.0, drop 6.7.7
[gentoo-zh.git] / net-proxy / proxy-server / proxy-server-8.0.0.ebuild
blob445719a884634f2861077dce9c1507ec3a49d326
1 # Copyright 2024 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
4 EAPI=8
5 inherit cmake
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}"
12 LICENSE="Boost-1.0"
13 SLOT="0"