# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 CREATES=" " inherit cargo systemd DESCRIPTION="Combines multiple agents' keys into a single agent" HOMEPAGE="https://github.com/overhacked/ssh-agent-mux" SRC_URI="https://github.com/overhacked/ssh-agent-mux/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" SRC_URI+=" https://share.terinstock.com/${P}-vendor.tar.xz" LICENSE="|| ( Apache-2.0 BSD )" SLOT="0" KEYWORDS="~amd64" src_unpack() { cargo_src_unpack mkdir "${S}"/vendor || die ln -s "${WORKDIR}/vendor/"* "${CARGO_HOME}/gentoo/" || die }