gui-libs/wayland-proxy - 1.2 (jacksonchen666)

Search

Package Information

Description:
Wayland compositor and client load balancer (prevent disconnections under load)
Homepage:
https://github.com/stransky/wayland-proxy/
License:
MPL-2.0

Ebuild Details

Version EAPI Keywords Slot
1.2 8 ~amd64 0
View Raw Ebuild
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit toolchain-funcs

DESCRIPTION="Wayland compositor and client load balancer (prevent disconnections under load)"
HOMEPAGE="https://github.com/stransky/wayland-proxy/"
SRC_URI="https://github.com/stransky/wayland-proxy/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="MPL-2.0"
SLOT="0"
KEYWORDS="~amd64"

#DEPEND=""
RDEPEND="${DEPEND}"
#BDEPEND=""

src_compile() {
	# partially derived from upstream's src/compile file
	$(tc-getCXX) -std=gnu++17 ${CXXFLAGS} src/wayland-proxy.cpp src/main.cpp -o wayland-proxy -pthread || die
}

src_install() {
	default
	dobin wayland-proxy
}

Dependencies

RDEPEND

${DEPEND}

Manifest for 1.2

Type File Size Source URLs
DIST wayland-proxy-1.2.tar.gz 12514 bytes https://github.com/stransky/wayland-proxy/archive/refs/tags/1.2.tar.gz