1 # Copyright 1999-2023 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
8 DESCRIPTION="Transparent Proxy with cgroup v2"
9 HOMEPAGE="https://github.com/springzfx/cgproxy"
10 SRC_URI="https://github.com/springzfx/cgproxy/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
29 # fix build error (clang-15)
30 sed -i 's!clang -O2!clang -O2 -fno-stack-protector!' execsnoop-libbpf/CMakeLists.txt || die
36 rm -r "${D}"/usr/share/man/man1 || die