# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 MY_PV="${PV/_/-}" CODENAME="cheddar" EGO_PN="github.com/traefik/${PN}" inherit golang-vcs-snapshot systemd DESCRIPTION="A modern HTTP reverse proxy and load balancer made to deploy microservices" HOMEPAGE="https://traefik.io" SRC_URI="https://github.com/traefik/traefik/releases/download/v${MY_PV}/${PN}-v${MY_PV}.src.tar.gz -> ${P}.tar.gz" RESTRICT="mirror" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~arm64" IUSE="debug systemd" DEPEND="acct-group/traefik acct-user/traefik =dev-go/go-bindata-1.0.0" RDEPEND="${DEPEND}" BDEPEND=">=dev-lang/go-1.22 >net-libs/nodejs-19